#0C690F

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

Shades of Green #0C690F

Tints of Green #0C690F

Color information

#0C690F (or 0x0C690F) is unknown color: approx Green. HEX triplet: 0C, 69 and 0F. RGB value is (12,105,15). Sum of RGB (Red+Green+Blue) = 12+105+15=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 105 (41.41% from 255 or 79.55% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 105 - color contains mainly: green. Hex color #0C690F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C690F is #F396F0. Grayscale: #434343. Windows color (decimal): -15963889 or 1009932. OLE color: 1009932.

HSL color Cylindrical-coordinate representation of color #0C690F: hue angle of 121.94º degrees, saturation: 0.79, 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 #0C690F is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1210515-
CMYK0.8900.860.59
HSL121.94º79.49%22.94%-
HSV(B)121.94º88.57%41.18%-
XYZ5.2910.222.15-
YUV66.9398.6988.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.09%
GREEN value IS 105 (41.41% from 255) = 79.55%
BLUE value IS 15 (6.25% from 255) = 11.36%
R=9.09%
G=79.55%
B=11.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12105150.8900.860.59121.9479.4922.94
HexC69F590563B7a4f17
Octal141511713101267317211727
Binary1100110100111111011001010101101110111111010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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