#0C8377

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

Shades of Surfie Green #0C8377

Tints of Surfie Green #0C8377

Color information

#0C8377 (or 0x0C8377) is unknown color: approx Surfie Green. HEX triplet: 0C, 83 and 77. RGB value is (12,131,119). Sum of RGB (Red+Green+Blue) = 12+131+119=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #0C8377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8377 is #F37C88. Grayscale: #5D5D5D. Windows color (decimal): -15957129 or 7832332. OLE color: 7832332.

HSL color Cylindrical-coordinate representation of color #0C8377: hue angle of 173.95º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8377 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB12131119-
CMYK0.9100.090.49
HSL173.95º83.22%28.04%-
HSV(B)173.95º90.84%51.37%-
XYZ11.617.6420.25-
YUV94.05142.0869.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.58%
GREEN value IS 131 (51.56% from 255) = 50%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=4.58%
G=50%
B=45.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121311190.9100.090.49173.9583.2228.04
HexC83775B0931ae531c
Octal142031671330116125612334
Binary110010000011111011110110110100111000110101110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,131,119); }

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

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

 a { background-color: rgb(12,131,119); }

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

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

 span { border-color: rgb(12,131,119); }

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