#067C76

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

Shades of Surfie Green #067C76

Tints of Surfie Green #067C76

Color information

#067C76 (or 0x067C76) is unknown color: approx Surfie Green. HEX triplet: 06, 7C and 76. RGB value is (6,124,118). Sum of RGB (Red+Green+Blue) = 6+124+118=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #067C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067C76 is #F98389. Grayscale: #575757. Windows color (decimal): -16352138 or 7764998. OLE color: 7764998.

HSL color Cylindrical-coordinate representation of color #067C76: hue angle of 176.95º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067C76 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB6124118-
CMYK0.9500.050.51
HSL176.95º90.77%25.49%-
HSV(B)176.95º95.16%48.63%-
XYZ10.5515.7619.63-
YUV88.03144.9169.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.42%
GREEN value IS 124 (48.83% from 255) = 50%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=2.42%
G=50%
B=47.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61241180.9500.050.51176.9590.7725.49
Hex67C765F0533b15b19
Octal6174166137056326113331
Binary110111110011101101011111010111001110110001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067C76; }

 p { color: rgb(6,124,118); }

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

<style>
 a { background-color: #067C76; }

 a { background-color: rgb(6,124,118); }

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

<style>
 span { border-color: #067C76; }

 span { border-color: rgb(6,124,118); }

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