Html Css Color HEX #096825 Crusoe

📋 copy color: '#096825'

red 9 ◦ green 104 ◦ blue 37

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

Shades of Crusoe #096825

Tints of Crusoe #096825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.67%

R = 6%
G = 69.33%
B = 24.67%

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

#096825 (or 0x096825) is known color: Crusoe. HEX triplet: 09, 68 and 25. RGB value is (9,104,37). Sum of RGB (Red+Green+Blue) = 9+104+37=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #096825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096825 is #F697DA. Grayscale: #444444. Windows color (decimal): -16160731 or 2451465. OLE color: 2451465.

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

Color convert

RGB 9 104 37 -
CMYK 0.91 0 0.64 0.59
HSL 137.68º 0.84% 0.22% -
HSV(B) 137.68º 0.91% 0.41% -
XYZ 5.4 10.09 3.41 -
YUV 67.96 110.53 85.95 -
System Red Green Blue C M Y K H S L
Decimal 9 104 37 0.91 0 0.64 0.59 137.68 0.84 0.22
Hex 9 68 25 5B 0 40 3B 8A 54 16
Octal 11 150 45 133 0 100 73 212 124 26
Binary 1001 1101000 100101 1011011 0 1000000 111011 10001010 1010100 10110

Color Harmonies of #096825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096825

Black with #096825

Text Example


Text Example

White with #096825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096825; }

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

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

background-color css

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

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

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

border-color css

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

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

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