#067C75

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

Shades of Surfie Green #067C75

Tints of Surfie Green #067C75

Color information

#067C75 (or 0x067C75) is unknown color: approx Surfie Green. HEX triplet: 06, 7C and 75. RGB value is (6,124,117). Sum of RGB (Red+Green+Blue) = 6+124+117=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #067C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067C75 is #F9838A. Grayscale: #575757. Windows color (decimal): -16352139 or 7699462. OLE color: 7699462.

HSL color Cylindrical-coordinate representation of color #067C75: hue angle of 176.44º 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 #067C75 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB6124117-
CMYK0.9500.060.51
HSL176.44º90.77%25.49%-
HSV(B)176.44º95.16%48.63%-
XYZ10.4915.7419.31-
YUV87.92144.4169.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.43%
GREEN value IS 124 (48.83% from 255) = 50.20%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=2.43%
G=50.20%
B=47.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61241170.9500.060.51176.4490.7725.49
Hex67C755F0633b05b19
Octal6174165137066326013331
Binary110111110011101011011111011011001110110000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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