Html Css Color HEX #0C760F Green

📋 copy color: '#0C760F'

red 12 ◦ green 118 ◦ blue 15

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

Shades of Green #0C760F

Tints of Green #0C760F

RGB

 RED value IS 12 (5.08% from 255) = 8.28%

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

 BLUE value IS 15 (6.25% from 255) = 10.34%

R = 8.28%
G = 81.38%
B = 10.34%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#0C760F (or 0x0C760F) is known color: Green. HEX triplet: 0C, 76 and 0F. RGB value is (12,118,15). Sum of RGB (Red+Green+Blue) = 12+118+15=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 118 (46.48% from 255 or 81.38% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 118 - color contains mainly: green. Hex color #0C760F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C760F is #F389F0. Grayscale: #4A4A4A. Windows color (decimal): -15960561 or 1013260. OLE color: 1013260.

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

Color convert

RGB 12 118 15 -
CMYK 0.90 0 0.87 0.54
HSL 121.7º 0.82% 0.25% -
HSV(B) 121.7º 0.9% 0.46% -
XYZ 6.72 13.07 2.62 -
YUV 74.56 94.38 83.38 -
System Red Green Blue C M Y K H S L
Decimal 12 118 15 0.90 0 0.87 0.54 121.7 0.82 0.25
Hex C 76 F 5A 0 57 36 7A 52 19
Octal 14 166 17 132 0 127 66 172 122 31
Binary 1100 1110110 1111 1011010 0 1010111 110110 1111010 1010010 11001

Color Harmonies of #0C760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C760F

Black with #0C760F

Text Example


Text Example

White with #0C760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C760F; }

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

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

background-color css

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

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

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

border-color css

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

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

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