Html Css Color HEX #096334 Fun Green

📋 copy color: '#096334'

red 9 ◦ green 99 ◦ blue 52

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

Shades of Fun Green #096334

Tints of Fun Green #096334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 61.88%

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

R = 5.63%
G = 61.88%
B = 32.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#096334 (or 0x096334) is known color: Fun Green. HEX triplet: 09, 63 and 34. RGB value is (9,99,52). Sum of RGB (Red+Green+Blue) = 9+99+52=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 99 (39.06% from 255 or 61.88% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 99 - color contains mainly: green. Hex color #096334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096334 is #F69CCB. Grayscale: #424242. Windows color (decimal): -16161996 or 3433225. OLE color: 3433225.

HSL color Cylindrical-coordinate representation of color #096334: hue angle of 148.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096334 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 99 52 -
CMYK 0.91 0 0.47 0.61
HSL 148.67º 0.83% 0.21% -
HSV(B) 148.67º 0.91% 0.39% -
XYZ 5.19 9.23 4.76 -
YUV 66.73 119.68 86.82 -
System Red Green Blue C M Y K H S L
Decimal 9 99 52 0.91 0 0.47 0.61 148.67 0.83 0.21
Hex 9 63 34 5B 0 2F 3D 95 53 15
Octal 11 143 64 133 0 57 75 225 123 25
Binary 1001 1100011 110100 1011011 0 101111 111101 10010101 1010011 10101

Color Harmonies of #096334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096334

Black with #096334

Text Example


Text Example

White with #096334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096334; }

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

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

background-color css

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

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

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

border-color css

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

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

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