Html Css Color HEX #096626 Crusoe

📋 copy color: '#096626'

red 9 ◦ green 102 ◦ blue 38

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

Shades of Crusoe #096626

Tints of Crusoe #096626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 68.46%

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

R = 6.04%
G = 68.46%
B = 25.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#096626 (or 0x096626) is known color: Crusoe. HEX triplet: 09, 66 and 26. RGB value is (9,102,38). Sum of RGB (Red+Green+Blue) = 9+102+38=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 102 (40.23% from 255 or 68.46% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 102 - color contains mainly: green. Hex color #096626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096626 is #F699D9. Grayscale: #434343. Windows color (decimal): -16161242 or 2516489. OLE color: 2516489.

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

Color convert

RGB 9 102 38 -
CMYK 0.91 0 0.63 0.6
HSL 138.71º 0.84% 0.22% -
HSV(B) 138.71º 0.91% 0.4% -
XYZ 5.21 9.7 3.43 -
YUV 66.9 111.69 86.7 -
System Red Green Blue C M Y K H S L
Decimal 9 102 38 0.91 0 0.63 0.6 138.71 0.84 0.22
Hex 9 66 26 5B 0 3F 3C 8B 54 16
Octal 11 146 46 133 0 77 74 213 124 26
Binary 1001 1100110 100110 1011011 0 111111 111100 10001011 1010100 10110

Color Harmonies of #096626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096626

Black with #096626

Text Example


Text Example

White with #096626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096626; }

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

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

background-color css

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

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

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

border-color css

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

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

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