Html Css Color HEX #096317 Crusoe

📋 copy color: '#096317'

red 9 ◦ green 99 ◦ blue 23

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

Shades of Crusoe #096317

Tints of Crusoe #096317

RGB

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

 GREEN value IS 99 (39.06% from 255) = 75.57%

 BLUE value IS 23 (9.38% from 255) = 17.56%

R = 6.87%
G = 75.57%
B = 17.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#096317 (or 0x096317) is known color: Crusoe. HEX triplet: 09, 63 and 17. RGB value is (9,99,23). Sum of RGB (Red+Green+Blue) = 9+99+23=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 99 (39.06% from 255 or 75.57% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 99 - color contains mainly: green. Hex color #096317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096317 is #F69CE8. Grayscale: #3F3F3F. Windows color (decimal): -16162025 or 1532681. OLE color: 1532681.

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

Color convert

RGB 9 99 23 -
CMYK 0.91 0 0.77 0.61
HSL 129.33º 0.83% 0.21% -
HSV(B) 129.33º 0.91% 0.39% -
XYZ 4.73 9.04 2.31 -
YUV 63.43 105.18 89.18 -
System Red Green Blue C M Y K H S L
Decimal 9 99 23 0.91 0 0.77 0.61 129.33 0.83 0.21
Hex 9 63 17 5B 0 4D 3D 81 53 15
Octal 11 143 27 133 0 115 75 201 123 25
Binary 1001 1100011 10111 1011011 0 1001101 111101 10000001 1010011 10101

Color Harmonies of #096317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096317

Black with #096317

Text Example


Text Example

White with #096317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096317; }

 p { color: rgb(9,99,23); }

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

background-color css

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

 a { background-color: rgb(9,99,23); }

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

border-color css

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

 span { border-color: rgb(9,99,23); }

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