#067275

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

Shades of Surfie Green #067275

Tints of Surfie Green #067275

Color information

#067275 (or 0x067275) is unknown color: approx Surfie Green. HEX triplet: 06, 72 and 75. RGB value is (6,114,117). Sum of RGB (Red+Green+Blue) = 6+114+117=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #067275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067275 is #F98D8A. Grayscale: #515151. Windows color (decimal): -16354699 or 7696902. OLE color: 7696902.

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

Color convert

RGB6114117-
CMYK0.950.0300.54
HSL181.62º90.24%24.12%-
HSV(B)181.62º94.87%45.88%-
XYZ9.313.3618.92-
YUV82.05147.7273.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.53%
GREEN value IS 114 (44.92% from 255) = 48.10%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=2.53%
G=48.10%
B=49.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61141170.950.0300.54181.6290.2424.12
Hex672755F3036b65a18
Octal6162165137306626613230
Binary11011100101110101101111111011011010110110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067275; }

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

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

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

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

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

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

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

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