Html Css Color HEX #096128 Crusoe

📋 copy color: '#096128'

red 9 ◦ green 97 ◦ blue 40

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

Shades of Crusoe #096128

Tints of Crusoe #096128

RGB

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

 GREEN value IS 97 (38.28% from 255) = 66.44%

 BLUE value IS 40 (16.02% from 255) = 27.4%

R = 6.16%
G = 66.44%
B = 27.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#096128 (or 0x096128) is known color: Crusoe. HEX triplet: 09, 61 and 28. RGB value is (9,97,40). Sum of RGB (Red+Green+Blue) = 9+97+40=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 97 (38.28% from 255 or 66.44% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 97 - color contains mainly: green. Hex color #096128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096128 is #F69ED7. Grayscale: #404040. Windows color (decimal): -16162520 or 2646281. OLE color: 2646281.

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

Color convert

RGB 9 97 40 -
CMYK 0.91 0 0.59 0.62
HSL 141.14º 0.83% 0.21% -
HSV(B) 141.14º 0.91% 0.38% -
XYZ 4.77 8.76 3.45 -
YUV 64.19 114.35 88.63 -
System Red Green Blue C M Y K H S L
Decimal 9 97 40 0.91 0 0.59 0.62 141.14 0.83 0.21
Hex 9 61 28 5B 0 3B 3E 8D 53 15
Octal 11 141 50 133 0 73 76 215 123 25
Binary 1001 1100001 101000 1011011 0 111011 111110 10001101 1010011 10101

Color Harmonies of #096128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096128

Black with #096128

Text Example


Text Example

White with #096128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096128; }

 p { color: rgb(9,97,40); }

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

background-color css

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

 a { background-color: rgb(9,97,40); }

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

border-color css

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

 span { border-color: rgb(9,97,40); }

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