#076718

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

Shades of Crusoe #076718

Tints of Crusoe #076718

Color information

#076718 (or 0x076718) is unknown color: approx Crusoe. HEX triplet: 07, 67 and 18. RGB value is (7,103,24). Sum of RGB (Red+Green+Blue) = 7+103+24=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 103 (40.62% from 255 or 76.87% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 103 - color contains mainly: green. Hex color #076718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076718 is #F898E7. Grayscale: #414141. Windows color (decimal): -16292072 or 1599239. OLE color: 1599239.

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

Color convert

RGB710324-
CMYK0.9300.770.60
HSL130.62º87.27%21.57%-
HSV(B)130.62º93.2%40.39%-
XYZ5.19.812.49-
YUV65.29104.786.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 103 (40.62% from 255) = 76.87%
BLUE value IS 24 (9.77% from 255) = 17.91%
R=5.22%
G=76.87%
B=17.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7103240.9300.770.60130.6287.2721.57
Hex767185D04D3C835716
Octal71473013501157420312726
Binary11111001111100010111010100110111110010000011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076718; }

 p { color: rgb(7,103,24); }

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

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

 a { background-color: rgb(7,103,24); }

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

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

 span { border-color: rgb(7,103,24); }

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