#0C7276

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

Shades of Surfie Green #0C7276

Tints of Surfie Green #0C7276

Color information

#0C7276 (or 0x0C7276) is unknown color: approx Surfie Green. HEX triplet: 0C, 72 and 76. RGB value is (12,114,118). Sum of RGB (Red+Green+Blue) = 12+114+118=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C7276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7276 is #F38D89. Grayscale: #535353. Windows color (decimal): -15961482 or 7762444. OLE color: 7762444.

HSL color Cylindrical-coordinate representation of color #0C7276: hue angle of 182.26º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7276 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB12114118-
CMYK0.900.0300.54
HSL182.26º81.54%25.49%-
HSV(B)182.26º89.83%46.27%-
XYZ9.4413.4219.23-
YUV83.96147.2176.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.92%
GREEN value IS 114 (44.92% from 255) = 46.72%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=4.92%
G=46.72%
B=48.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal121141180.900.0300.54182.2681.5425.49
HexC72765A3036b65219
Octal14162166132306626612231
Binary110011100101110110101101011011011010110110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,114,118); }

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

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

 a { background-color: rgb(12,114,118); }

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

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

 span { border-color: rgb(12,114,118); }

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