#0C653D

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

Shades of Fun Green #0C653D

Tints of Fun Green #0C653D

Color information

#0C653D (or 0x0C653D) is unknown color: approx Fun Green. HEX triplet: 0C, 65 and 3D. RGB value is (12,101,61). Sum of RGB (Red+Green+Blue) = 12+101+61=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 101 (39.84% from 255 or 58.05% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 101 - color contains mainly: green. Hex color #0C653D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C653D is #F39AC2. Grayscale: #454545. Windows color (decimal): -15964867 or 4023564. OLE color: 4023564.

HSL color Cylindrical-coordinate representation of color #0C653D: hue angle of 153.03º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C653D is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB1210161-
CMYK0.8800.400.60
HSL153.03º78.76%22.16%-
HSV(B)153.03º88.12%39.61%-
XYZ5.659.725.99-
YUV69.83123.0186.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.90%
GREEN value IS 101 (39.84% from 255) = 58.05%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=6.90%
G=58.05%
B=35.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal12101610.8800.400.60153.0378.7622.16
HexC653D580283C994f16
Octal14145751300507423111726
Binary110011001011111011011000010100011110010011001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,101,61); }

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

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

 a { background-color: rgb(12,101,61); }

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

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

 span { border-color: rgb(12,101,61); }

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