Html Css Color HEX #09760C Green

📋 copy color: '#09760C'

red 9 ◦ green 118 ◦ blue 12

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

Shades of Green #09760C

Tints of Green #09760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 84.89%

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

R = 6.47%
G = 84.89%
B = 8.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#09760C (or 0x09760C) is known color: Green. HEX triplet: 09, 76 and 0C. RGB value is (9,118,12). Sum of RGB (Red+Green+Blue) = 9+118+12=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 118 (46.48% from 255 or 84.89% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 118 - color contains mainly: green. Hex color #09760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09760C is #F689F3. Grayscale: #494949. Windows color (decimal): -16157172 or 816649. OLE color: 816649.

HSL color Cylindrical-coordinate representation of color #09760C: hue angle of 121.65º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09760C is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 118 12 -
CMYK 0.92 0 0.90 0.54
HSL 121.65º 0.86% 0.25% -
HSV(B) 121.65º 0.92% 0.46% -
XYZ 6.66 13.04 2.51 -
YUV 73.33 93.39 82.12 -
System Red Green Blue C M Y K H S L
Decimal 9 118 12 0.92 0 0.90 0.54 121.65 0.86 0.25
Hex 9 76 C 5C 0 5A 36 7A 56 19
Octal 11 166 14 134 0 132 66 172 126 31
Binary 1001 1110110 1100 1011100 0 1011010 110110 1111010 1010110 11001

Color Harmonies of #09760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09760C

Black with #09760C

Text Example


Text Example

White with #09760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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