Html Css Color HEX #076218 Crusoe

📋 copy color: '#076218'

red 7 ◦ green 98 ◦ blue 24

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

Shades of Crusoe #076218

Tints of Crusoe #076218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.6%

R = 5.43%
G = 75.97%
B = 18.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#076218 (or 0x076218) is known color: Crusoe. HEX triplet: 07, 62 and 18. RGB value is (7,98,24). Sum of RGB (Red+Green+Blue) = 7+98+24=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 98 (38.67% from 255 or 75.97% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 98 - color contains mainly: green. Hex color #076218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076218 is #F89DE7. Grayscale: #3E3E3E. Windows color (decimal): -16293352 or 1597959. OLE color: 1597959.

HSL color Cylindrical-coordinate representation of color #076218: hue angle of 131.21º 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 #076218 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 98 24 -
CMYK 0.93 0 0.76 0.62
HSL 131.21º 0.87% 0.21% -
HSV(B) 131.21º 0.93% 0.38% -
XYZ 4.62 8.85 2.33 -
YUV 62.36 106.35 88.52 -
System Red Green Blue C M Y K H S L
Decimal 7 98 24 0.93 0 0.76 0.62 131.21 0.87 0.21
Hex 7 62 18 5D 0 4C 3E 83 57 15
Octal 7 142 30 135 0 114 76 203 127 25
Binary 111 1100010 11000 1011101 0 1001100 111110 10000011 1010111 10101

Color Harmonies of #076218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076218

Black with #076218

Text Example


Text Example

White with #076218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076218; }

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

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

background-color css

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

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

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

border-color css

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

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

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