#0C7B13

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

Shades of Green #0C7B13

Tints of Green #0C7B13

Color information

#0C7B13 (or 0x0C7B13) is unknown color: approx Green. HEX triplet: 0C, 7B and 13. RGB value is (12,123,19). Sum of RGB (Red+Green+Blue) = 12+123+19=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 123 (48.44% from 255 or 79.87% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 123 - color contains mainly: green. Hex color #0C7B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7B13 is #F384EC. Grayscale: #4E4E4E. Windows color (decimal): -15959277 or 1276684. OLE color: 1276684.

HSL color Cylindrical-coordinate representation of color #0C7B13: hue angle of 123.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7B13 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB1212319-
CMYK0.9000.850.52
HSL123.78º82.22%26.47%-
HSV(B)123.78º90.24%48.24%-
XYZ7.3514.292.99-
YUV77.9594.7380.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.79%
GREEN value IS 123 (48.44% from 255) = 79.87%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=7.79%
G=79.87%
B=12.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12123190.9000.850.52123.7882.2226.47
HexC7B135A055347c521a
Octal141732313201256417412232
Binary11001111011100111011010010101011101001111100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,123,19); }

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

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

 a { background-color: rgb(12,123,19); }

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

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

 span { border-color: rgb(12,123,19); }

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