#0C7700

Color #0C7700 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0C7700

Tints of Green #0C7700

Color information

#0C7700 (or 0x0C7700) is unknown color: approx Green. HEX triplet: 0C, 77 and 00. RGB value is (12,119,0). Sum of RGB (Red+Green+Blue) = 12+119+0=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 119 (46.88% from 255 or 90.84% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7700 is #F388FF. Grayscale: #494949. Windows color (decimal): -15960320 or 30476. OLE color: 30476.

HSL color Cylindrical-coordinate representation of color #0C7700: hue angle of 113.95º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C7700 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB121190-
CMYK0.90010.53
HSL113.95º100%23.33%-
HSV(B)113.95º100%46.67%-
XYZ6.7513.272.21-
YUV73.4486.5584.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.16%
GREEN value IS 119 (46.88% from 255) = 90.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.16%
G=90.84%
B=0%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211900.90010.53113.9510023.33
HexC7705A06435726417
Octal14167013201446516214427
Binary1100111011101011010011001001101011110010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,119,0); }

 H1.HeaderClassName
 {
   color: #0C7700;
 }
 .AnyTagClassName
 {
   color: #0C7700;
 }
</style>
background-color css

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

 a { background-color: rgb(12,119,0); }

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

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

 span { border-color: rgb(12,119,0); }

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