Html Css Color HEX #095714 Crusoe

📋 copy color: '#095714'

red 9 ◦ green 87 ◦ blue 20

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

Shades of Crusoe #095714

Tints of Crusoe #095714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 75%

 BLUE value IS 20 (8.2% from 255) = 17.24%

R = 7.76%
G = 75%
B = 17.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#095714 (or 0x095714) is known color: Crusoe. HEX triplet: 09, 57 and 14. RGB value is (9,87,20). Sum of RGB (Red+Green+Blue) = 9+87+20=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 87 (34.38% from 255 or 75% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 87 - color contains mainly: green. Hex color #095714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095714 is #F6A8EB. Grayscale: #383838. Windows color (decimal): -16165100 or 1333001. OLE color: 1333001.

HSL color Cylindrical-coordinate representation of color #095714: hue angle of 128.46º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095714 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 87 20 -
CMYK 0.90 0 0.77 0.66
HSL 128.46º 0.81% 0.19% -
HSV(B) 128.46º 0.9% 0.34% -
XYZ 3.65 6.92 1.81 -
YUV 56.04 107.66 94.45 -
System Red Green Blue C M Y K H S L
Decimal 9 87 20 0.90 0 0.77 0.66 128.46 0.81 0.19
Hex 9 57 14 5A 0 4D 42 80 51 13
Octal 11 127 24 132 0 115 102 200 121 23
Binary 1001 1010111 10100 1011010 0 1001101 1000010 10000000 1010001 10011

Color Harmonies of #095714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095714

Black with #095714

Text Example


Text Example

White with #095714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095714; }

 p { color: rgb(9,87,20); }

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

background-color css

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

 a { background-color: rgb(9,87,20); }

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

border-color css

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

 span { border-color: rgb(9,87,20); }

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