Html Css Color HEX #096134 Fun Green

📋 copy color: '#096134'

red 9 ◦ green 97 ◦ blue 52

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

Shades of Fun Green #096134

Tints of Fun Green #096134

RGB

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

 GREEN value IS 97 (38.28% from 255) = 61.39%

 BLUE value IS 52 (20.7% from 255) = 32.91%

R = 5.7%
G = 61.39%
B = 32.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#096134 (or 0x096134) is known color: Fun Green. HEX triplet: 09, 61 and 34. RGB value is (9,97,52). Sum of RGB (Red+Green+Blue) = 9+97+52=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #096134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096134 is #F69ECB. Grayscale: #414141. Windows color (decimal): -16162508 or 3432713. OLE color: 3432713.

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

Color convert

RGB 9 97 52 -
CMYK 0.91 0 0.46 0.62
HSL 149.32º 0.83% 0.21% -
HSV(B) 149.32º 0.91% 0.38% -
XYZ 5.01 8.86 4.69 -
YUV 65.56 120.35 87.66 -
System Red Green Blue C M Y K H S L
Decimal 9 97 52 0.91 0 0.46 0.62 149.32 0.83 0.21
Hex 9 61 34 5B 0 2E 3E 95 53 15
Octal 11 141 64 133 0 56 76 225 123 25
Binary 1001 1100001 110100 1011011 0 101110 111110 10010101 1010011 10101

Color Harmonies of #096134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096134

Black with #096134

Text Example


Text Example

White with #096134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096134; }

 p { color: rgb(9,97,52); }

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

background-color css

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

 a { background-color: rgb(9,97,52); }

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

border-color css

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

 span { border-color: rgb(9,97,52); }

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