Html Css Color HEX #095117 Crusoe

📋 copy color: '#095117'

red 9 ◦ green 81 ◦ blue 23

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

Shades of Crusoe #095117

Tints of Crusoe #095117

RGB

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

 GREEN value IS 81 (32.03% from 255) = 71.68%

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

R = 7.96%
G = 71.68%
B = 20.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#095117 (or 0x095117) is known color: Crusoe. HEX triplet: 09, 51 and 17. RGB value is (9,81,23). Sum of RGB (Red+Green+Blue) = 9+81+23=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 81 (32.03% from 255 or 71.68% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 81 - color contains mainly: green. Hex color #095117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095117 is #F6AEE8. Grayscale: #353535. Windows color (decimal): -16166633 or 1528073. OLE color: 1528073.

HSL color Cylindrical-coordinate representation of color #095117: hue angle of 131.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095117 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 81 23 -
CMYK 0.89 0 0.72 0.68
HSL 131.67º 0.8% 0.18% -
HSV(B) 131.67º 0.89% 0.32% -
XYZ 3.21 6 1.8 -
YUV 52.86 111.15 96.72 -
System Red Green Blue C M Y K H S L
Decimal 9 81 23 0.89 0 0.72 0.68 131.67 0.8 0.18
Hex 9 51 17 59 0 48 44 84 50 12
Octal 11 121 27 131 0 110 104 204 120 22
Binary 1001 1010001 10111 1011001 0 1001000 1000100 10000100 1010000 10010

Color Harmonies of #095117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095117

Black with #095117

Text Example


Text Example

White with #095117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095117; }

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

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

background-color css

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

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

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

border-color css

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

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

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