#067775

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

Shades of Surfie Green #067775

Tints of Surfie Green #067775

Color information

#067775 (or 0x067775) is unknown color: approx Surfie Green. HEX triplet: 06, 77 and 75. RGB value is (6,119,117). Sum of RGB (Red+Green+Blue) = 6+119+117=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #067775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067775 is #F9888A. Grayscale: #545454. Windows color (decimal): -16353419 or 7698182. OLE color: 7698182.

HSL color Cylindrical-coordinate representation of color #067775: hue angle of 178.94º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067775 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB6119117-
CMYK0.9500.020.53
HSL178.94º90.4%24.51%-
HSV(B)178.94º94.96%46.67%-
XYZ9.8814.5219.11-
YUV84.98146.0671.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.48%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=2.48%
G=49.17%
B=48.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61191170.9500.020.53178.9490.424.51
Hex677755F0235b35a19
Octal6167165137026526313231
Binary11011101111110101101111101011010110110011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067775; }

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

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

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

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

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

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

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

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