Html Css Color HEX #096926 Crusoe

📋 copy color: '#096926'

red 9 ◦ green 105 ◦ blue 38

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

Shades of Crusoe #096926

Tints of Crusoe #096926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 69.08%

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

R = 5.92%
G = 69.08%
B = 25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#096926 (or 0x096926) is known color: Crusoe. HEX triplet: 09, 69 and 26. RGB value is (9,105,38). Sum of RGB (Red+Green+Blue) = 9+105+38=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #096926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096926 is #F696D9. Grayscale: #444444. Windows color (decimal): -16160474 or 2517257. OLE color: 2517257.

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

Color convert

RGB 9 105 38 -
CMYK 0.91 0 0.64 0.59
HSL 138.13º 0.84% 0.22% -
HSV(B) 138.13º 0.91% 0.41% -
XYZ 5.51 10.3 3.53 -
YUV 68.66 110.7 85.45 -
System Red Green Blue C M Y K H S L
Decimal 9 105 38 0.91 0 0.64 0.59 138.13 0.84 0.22
Hex 9 69 26 5B 0 40 3B 8A 54 16
Octal 11 151 46 133 0 100 73 212 124 26
Binary 1001 1101001 100110 1011011 0 1000000 111011 10001010 1010100 10110

Color Harmonies of #096926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096926

Black with #096926

Text Example


Text Example

White with #096926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096926; }

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

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

background-color css

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

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

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

border-color css

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

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

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