Html Css Color HEX #096519 Crusoe

📋 copy color: '#096519'

red 9 ◦ green 101 ◦ blue 25

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

Shades of Crusoe #096519

Tints of Crusoe #096519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 74.81%

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

R = 6.67%
G = 74.81%
B = 18.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#096519 (or 0x096519) is known color: Crusoe. HEX triplet: 09, 65 and 19. RGB value is (9,101,25). Sum of RGB (Red+Green+Blue) = 9+101+25=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 101 (39.84% from 255 or 74.81% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 101 - color contains mainly: green. Hex color #096519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096519 is #F69AE6. Grayscale: #414141. Windows color (decimal): -16161511 or 1664265. OLE color: 1664265.

HSL color Cylindrical-coordinate representation of color #096519: hue angle of 130.43º 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 #096519 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 101 25 -
CMYK 0.91 0 0.75 0.60
HSL 130.43º 0.84% 0.22% -
HSV(B) 130.43º 0.91% 0.4% -
XYZ 4.94 9.44 2.48 -
YUV 64.83 105.52 88.18 -
System Red Green Blue C M Y K H S L
Decimal 9 101 25 0.91 0 0.75 0.60 130.43 0.84 0.22
Hex 9 65 19 5B 0 4B 3C 82 54 16
Octal 11 145 31 133 0 113 74 202 124 26
Binary 1001 1100101 11001 1011011 0 1001011 111100 10000010 1010100 10110

Color Harmonies of #096519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096519

Black with #096519

Text Example


Text Example

White with #096519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096519; }

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

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

background-color css

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

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

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

border-color css

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

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

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