Html Css Color HEX #076216 Crusoe

📋 copy color: '#076216'

red 7 ◦ green 98 ◦ blue 22

#076216
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #076216

Tints of Crusoe #076216

RGB

 RED value IS 7 (3.13% from 255) = 5.51%

 GREEN value IS 98 (38.67% from 255) = 77.17%

 BLUE value IS 22 (8.98% from 255) = 17.32%

R = 5.51%
G = 77.17%
B = 17.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#076216 (or 0x076216) is known color: Crusoe. HEX triplet: 07, 62 and 16. RGB value is (7,98,22). Sum of RGB (Red+Green+Blue) = 7+98+22=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 98 (38.67% from 255 or 77.17% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 98 - color contains mainly: green. Hex color #076216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076216 is #F89DE9. Grayscale: #3E3E3E. Windows color (decimal): -16293354 or 1466887. OLE color: 1466887.

HSL color Cylindrical-coordinate representation of color #076216: hue angle of 129.89º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076216 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 98 22 -
CMYK 0.93 0 0.78 0.62
HSL 129.89º 0.87% 0.21% -
HSV(B) 129.89º 0.93% 0.38% -
XYZ 4.6 8.84 2.22 -
YUV 62.13 105.35 88.68 -
System Red Green Blue C M Y K H S L
Decimal 7 98 22 0.93 0 0.78 0.62 129.89 0.87 0.21
Hex 7 62 16 5D 0 4E 3E 82 57 15
Octal 7 142 26 135 0 116 76 202 127 25
Binary 111 1100010 10110 1011101 0 1001110 111110 10000010 1010111 10101

Color Harmonies of #076216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076216

Black with #076216

Text Example


Text Example

White with #076216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076216; }

 p { color: rgb(7,98,22); }

 H1.HeaderClassName
 {
   color: #076216;
 }
 .AnyTagClassName
 {
   color: #076216;
 }
</style>

background-color css

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

 a { background-color: rgb(7,98,22); }

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

border-color css

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

 span { border-color: rgb(7,98,22); }

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