Html Css Color HEX #096035 Fun Green

📋 copy color: '#096035'

red 9 ◦ green 96 ◦ blue 53

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

Shades of Fun Green #096035

Tints of Fun Green #096035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.54%

R = 5.7%
G = 60.76%
B = 33.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#096035 (or 0x096035) is known color: Fun Green. HEX triplet: 09, 60 and 35. RGB value is (9,96,53). Sum of RGB (Red+Green+Blue) = 9+96+53=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #096035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096035 is #F69FCA. Grayscale: #414141. Windows color (decimal): -16162763 or 3497993. OLE color: 3497993.

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

Color convert

RGB 9 96 53 -
CMYK 0.91 0 0.45 0.62
HSL 150.34º 0.83% 0.21% -
HSV(B) 150.34º 0.91% 0.38% -
XYZ 4.94 8.68 4.78 -
YUV 65.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 9 96 53 0.91 0 0.45 0.62 150.34 0.83 0.21
Hex 9 60 35 5B 0 2D 3E 96 53 15
Octal 11 140 65 133 0 55 76 226 123 25
Binary 1001 1100000 110101 1011011 0 101101 111110 10010110 1010011 10101

Color Harmonies of #096035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096035

Black with #096035

Text Example


Text Example

White with #096035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096035; }

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

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

background-color css

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

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

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

border-color css

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

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

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