Html Css Color HEX #096826 Crusoe

📋 copy color: '#096826'

red 9 ◦ green 104 ◦ blue 38

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

Shades of Crusoe #096826

Tints of Crusoe #096826

RGB

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

 GREEN value IS 104 (41.02% from 255) = 68.87%

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

R = 5.96%
G = 68.87%
B = 25.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#096826 (or 0x096826) is known color: Crusoe. HEX triplet: 09, 68 and 26. RGB value is (9,104,38). Sum of RGB (Red+Green+Blue) = 9+104+38=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #096826 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096826 is #F697D9. Grayscale: #444444. Windows color (decimal): -16160730 or 2517001. OLE color: 2517001.

HSL color Cylindrical-coordinate representation of color #096826: hue angle of 138.32º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096826 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 38 -
CMYK 0.91 0 0.63 0.59
HSL 138.32º 0.84% 0.22% -
HSV(B) 138.32º 0.91% 0.41% -
XYZ 5.41 10.1 3.5 -
YUV 68.07 111.03 85.87 -
System Red Green Blue C M Y K H S L
Decimal 9 104 38 0.91 0 0.63 0.59 138.32 0.84 0.22
Hex 9 68 26 5B 0 3F 3B 8A 54 16
Octal 11 150 46 133 0 77 73 212 124 26
Binary 1001 1101000 100110 1011011 0 111111 111011 10001010 1010100 10110

Color Harmonies of #096826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096826

Black with #096826

Text Example


Text Example

White with #096826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096826; }

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

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

background-color css

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

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

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

border-color css

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

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

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