Html Css Color HEX #096C26 Crusoe

📋 copy color: '#096C26'

red 9 ◦ green 108 ◦ blue 38

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

Shades of Crusoe #096C26

Tints of Crusoe #096C26

RGB

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

 GREEN value IS 108 (42.58% from 255) = 69.68%

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 5.81%
G = 69.68%
B = 24.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#096C26 (or 0x096C26) is known color: Crusoe. HEX triplet: 09, 6C and 26. RGB value is (9,108,38). Sum of RGB (Red+Green+Blue) = 9+108+38=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 108 (42.58% from 255 or 69.68% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 108 - color contains mainly: green. Hex color #096C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096C26 is #F693D9. Grayscale: #464646. Windows color (decimal): -16159706 or 2518025. OLE color: 2518025.

HSL color Cylindrical-coordinate representation of color #096C26: hue angle of 137.58º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096C26 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 108 38 -
CMYK 0.92 0 0.65 0.58
HSL 137.58º 0.85% 0.23% -
HSV(B) 137.58º 0.92% 0.42% -
XYZ 5.83 10.92 3.64 -
YUV 70.42 109.7 84.19 -
System Red Green Blue C M Y K H S L
Decimal 9 108 38 0.92 0 0.65 0.58 137.58 0.85 0.23
Hex 9 6C 26 5C 0 41 3A 8A 55 17
Octal 11 154 46 134 0 101 72 212 125 27
Binary 1001 1101100 100110 1011100 0 1000001 111010 10001010 1010101 10111

Color Harmonies of #096C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C26

Black with #096C26

Text Example


Text Example

White with #096C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096C26; }

 p { color: rgb(9,108,38); }

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

background-color css

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

 a { background-color: rgb(9,108,38); }

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

border-color css

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

 span { border-color: rgb(9,108,38); }

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