Html Css Color HEX #096819 Crusoe

📋 copy color: '#096819'

red 9 ◦ green 104 ◦ blue 25

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

Shades of Crusoe #096819

Tints of Crusoe #096819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 75.36%

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

R = 6.52%
G = 75.36%
B = 18.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#096819 (or 0x096819) is known color: Crusoe. HEX triplet: 09, 68 and 19. RGB value is (9,104,25). Sum of RGB (Red+Green+Blue) = 9+104+25=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 104 (41.02% from 255 or 75.36% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 104 - color contains mainly: green. Hex color #096819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096819 is #F697E6. Grayscale: #424242. Windows color (decimal): -16160743 or 1665033. OLE color: 1665033.

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

Color convert

RGB 9 104 25 -
CMYK 0.91 0 0.76 0.59
HSL 130.11º 0.84% 0.22% -
HSV(B) 130.11º 0.91% 0.41% -
XYZ 5.24 10.03 2.58 -
YUV 66.59 104.53 86.92 -
System Red Green Blue C M Y K H S L
Decimal 9 104 25 0.91 0 0.76 0.59 130.11 0.84 0.22
Hex 9 68 19 5B 0 4C 3B 82 54 16
Octal 11 150 31 133 0 114 73 202 124 26
Binary 1001 1101000 11001 1011011 0 1001100 111011 10000010 1010100 10110

Color Harmonies of #096819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096819

Black with #096819

Text Example


Text Example

White with #096819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096819; }

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

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

background-color css

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

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

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

border-color css

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

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

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