#076825

Color #076825 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #076825

Tints of Crusoe #076825

Color information

#076825 (or 0x076825) is unknown color: approx Crusoe. HEX triplet: 07, 68 and 25. RGB value is (7,104,37). Sum of RGB (Red+Green+Blue) = 7+104+37=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 104 (41.02% from 255 or 70.27% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 104 - color contains mainly: green. Hex color #076825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076825 is #F897DA. Grayscale: #434343. Windows color (decimal): -16291803 or 2451463. OLE color: 2451463.

HSL color Cylindrical-coordinate representation of color #076825: hue angle of 138.56º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076825 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB710437-
CMYK0.9300.640.59
HSL138.56º87.39%21.76%-
HSV(B)138.56º93.27%40.78%-
XYZ5.3710.083.41-
YUV67.36110.8684.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 104 (41.02% from 255) = 70.27%
BLUE value IS 37 (14.84% from 255) = 25%
R=4.73%
G=70.27%
B=25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104370.9300.640.59138.5687.3921.76
Hex768255D0403B8b5716
Octal71504513501007321312726
Binary111110100010010110111010100000011101110001011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076825; }

 p { color: rgb(7,104,37); }

 H1.HeaderClassName
 {
   color: #076825;
 }
 .AnyTagClassName
 {
   color: #076825;
 }
</style>
background-color css

<style>
 a { background-color: #076825; }

 a { background-color: rgb(7,104,37); }

 div.DivClassName
 {
   background-color: #076825;
 }
 .BgClassName
 {
   background-color: #076825;
 }
</style>
border-color css

<style>
 span { border-color: #076825; }

 span { border-color: rgb(7,104,37); }

 td.TdClassName
 {
   border-color: #076825;
 }
 .TagClassName
 {
   border-color: #076825;
 }
</style>