Html Css Color HEX #09640C Green

📋 copy color: '#09640C'

red 9 ◦ green 100 ◦ blue 12

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

Shades of Green #09640C

Tints of Green #09640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 82.64%

 BLUE value IS 12 (5.08% from 255) = 9.92%

R = 7.44%
G = 82.64%
B = 9.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#09640C (or 0x09640C) is known color: Green. HEX triplet: 09, 64 and 0C. RGB value is (9,100,12). Sum of RGB (Red+Green+Blue) = 9+100+12=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 100 (39.45% from 255 or 82.64% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 100 - color contains mainly: green. Hex color #09640C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09640C is #F69BF3. Grayscale: #3F3F3F. Windows color (decimal): -16161780 or 812041. OLE color: 812041.

HSL color Cylindrical-coordinate representation of color #09640C: hue angle of 121.98º 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 #09640C is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 100 12 -
CMYK 0.91 0 0.88 0.61
HSL 121.98º 0.83% 0.21% -
HSV(B) 121.98º 0.91% 0.39% -
XYZ 4.74 9.2 1.87 -
YUV 62.76 99.35 89.66 -
System Red Green Blue C M Y K H S L
Decimal 9 100 12 0.91 0 0.88 0.61 121.98 0.83 0.21
Hex 9 64 C 5B 0 58 3D 7A 53 15
Octal 11 144 14 133 0 130 75 172 123 25
Binary 1001 1100100 1100 1011011 0 1011000 111101 1111010 1010011 10101

Color Harmonies of #09640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09640C

Black with #09640C

Text Example


Text Example

White with #09640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09640C; }

 p { color: rgb(9,100,12); }

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

background-color css

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

 a { background-color: rgb(9,100,12); }

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

border-color css

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

 span { border-color: rgb(9,100,12); }

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