Html Css Color HEX #096018 Crusoe

📋 copy color: '#096018'

red 9 ◦ green 96 ◦ blue 24

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

Shades of Crusoe #096018

Tints of Crusoe #096018

RGB

 RED value IS 9 (3.91% from 255) = 6.98%

 GREEN value IS 96 (37.89% from 255) = 74.42%

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

R = 6.98%
G = 74.42%
B = 18.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#096018 (or 0x096018) is known color: Crusoe. HEX triplet: 09, 60 and 18. RGB value is (9,96,24). Sum of RGB (Red+Green+Blue) = 9+96+24=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 96 (37.89% from 255 or 74.42% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 96 - color contains mainly: green. Hex color #096018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096018 is #F69FE7. Grayscale: #3D3D3D. Windows color (decimal): -16162792 or 1597449. OLE color: 1597449.

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

Color convert

RGB 9 96 24 -
CMYK 0.91 0 0.75 0.62
HSL 130.34º 0.83% 0.21% -
HSV(B) 130.34º 0.91% 0.38% -
XYZ 4.46 8.49 2.27 -
YUV 61.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 9 96 24 0.91 0 0.75 0.62 130.34 0.83 0.21
Hex 9 60 18 5B 0 4B 3E 82 53 15
Octal 11 140 30 133 0 113 76 202 123 25
Binary 1001 1100000 11000 1011011 0 1001011 111110 10000010 1010011 10101

Color Harmonies of #096018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096018

Black with #096018

Text Example


Text Example

White with #096018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096018; }

 p { color: rgb(9,96,24); }

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

background-color css

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

 a { background-color: rgb(9,96,24); }

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

border-color css

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

 span { border-color: rgb(9,96,24); }

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