#0C680B

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

Shades of Green #0C680B

Tints of Green #0C680B

Color information

#0C680B (or 0x0C680B) is unknown color: approx Green. HEX triplet: 0C, 68 and 0B. RGB value is (12,104,11). Sum of RGB (Red+Green+Blue) = 12+104+11=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 104 (41.02% from 255 or 81.89% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 104 - color contains mainly: green. Hex color #0C680B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C680B is #F397F4. Grayscale: #424242. Windows color (decimal): -15964149 or 747532. OLE color: 747532.

HSL color Cylindrical-coordinate representation of color #0C680B: hue angle of 119.35º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C680B is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1210411-
CMYK0.8800.890.59
HSL119.35º80.87%22.55%-
HSV(B)119.35º89.42%40.78%-
XYZ5.16101.98-
YUV65.8997.0289.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.45%
GREEN value IS 104 (41.02% from 255) = 81.89%
BLUE value IS 11 (4.69% from 255) = 8.66%
R=9.45%
G=81.89%
B=8.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12104110.8800.890.59119.3580.8722.55
HexC68B580593B775117
Octal141501313001317316712127
Binary1100110100010111011000010110011110111110111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,104,11); }

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

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

 a { background-color: rgb(12,104,11); }

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

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

 span { border-color: rgb(12,104,11); }

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