Html Css Color HEX #096026 Crusoe

📋 copy color: '#096026'

red 9 ◦ green 96 ◦ blue 38

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

Shades of Crusoe #096026

Tints of Crusoe #096026

RGB

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

 GREEN value IS 96 (37.89% from 255) = 67.13%

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

R = 6.29%
G = 67.13%
B = 26.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#096026 (or 0x096026) is known color: Crusoe. HEX triplet: 09, 60 and 26. RGB value is (9,96,38). Sum of RGB (Red+Green+Blue) = 9+96+38=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 96 (37.89% from 255 or 67.13% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 96 - color contains mainly: green. Hex color #096026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096026 is #F69FD9. Grayscale: #3F3F3F. Windows color (decimal): -16162778 or 2514953. OLE color: 2514953.

HSL color Cylindrical-coordinate representation of color #096026: hue angle of 140º 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 #096026 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 38 -
CMYK 0.91 0 0.60 0.62
HSL 140º 0.83% 0.21% -
HSV(B) 140º 0.91% 0.38% -
XYZ 4.65 8.56 3.24 -
YUV 63.38 113.68 89.22 -
System Red Green Blue C M Y K H S L
Decimal 9 96 38 0.91 0 0.60 0.62 140 0.83 0.21
Hex 9 60 26 5B 0 3C 3E 8C 53 15
Octal 11 140 46 133 0 74 76 214 123 25
Binary 1001 1100000 100110 1011011 0 111100 111110 10001100 1010011 10101

Color Harmonies of #096026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096026

Black with #096026

Text Example


Text Example

White with #096026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096026; }

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

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

background-color css

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

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

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

border-color css

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

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

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