Html Css Color HEX #096619 Crusoe

📋 copy color: '#096619'

red 9 ◦ green 102 ◦ blue 25

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

Shades of Crusoe #096619

Tints of Crusoe #096619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 75%

 BLUE value IS 25 (10.16% from 255) = 18.38%

R = 6.62%
G = 75%
B = 18.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#096619 (or 0x096619) is known color: Crusoe. HEX triplet: 09, 66 and 19. RGB value is (9,102,25). Sum of RGB (Red+Green+Blue) = 9+102+25=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 102 (40.23% from 255 or 75% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 102 - color contains mainly: green. Hex color #096619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096619 is #F699E6. Grayscale: #414141. Windows color (decimal): -16161255 or 1664521. OLE color: 1664521.

HSL color Cylindrical-coordinate representation of color #096619: hue angle of 130.32º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096619 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 102 25 -
CMYK 0.91 0 0.75 0.6
HSL 130.32º 0.84% 0.22% -
HSV(B) 130.32º 0.91% 0.4% -
XYZ 5.04 9.63 2.51 -
YUV 65.42 105.19 87.76 -
System Red Green Blue C M Y K H S L
Decimal 9 102 25 0.91 0 0.75 0.6 130.32 0.84 0.22
Hex 9 66 19 5B 0 4B 3C 82 54 16
Octal 11 146 31 133 0 113 74 202 124 26
Binary 1001 1100110 11001 1011011 0 1001011 111100 10000010 1010100 10110

Color Harmonies of #096619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096619

Black with #096619

Text Example


Text Example

White with #096619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096619; }

 p { color: rgb(9,102,25); }

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

background-color css

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

 a { background-color: rgb(9,102,25); }

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

border-color css

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

 span { border-color: rgb(9,102,25); }

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