#067073

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

Shades of Surfie Green #067073

Tints of Surfie Green #067073

Color information

#067073 (or 0x067073) is unknown color: approx Surfie Green. HEX triplet: 06, 70 and 73. RGB value is (6,112,115). Sum of RGB (Red+Green+Blue) = 6+112+115=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #067073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067073 is #F98F8C. Grayscale: #505050. Windows color (decimal): -16355213 or 7565318. OLE color: 7565318.

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

Color convert

RGB6112115-
CMYK0.950.0300.55
HSL181.65º90.08%23.73%-
HSV(B)181.65º94.78%45.1%-
XYZ8.9612.8618.23-
YUV80.65147.3874.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=2.58%
G=48.07%
B=49.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61121150.950.0300.55181.6590.0823.73
Hex670735F3037b65a18
Octal6160163137306726613230
Binary11011100001110011101111111011011110110110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067073; }

 p { color: rgb(6,112,115); }

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

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

 a { background-color: rgb(6,112,115); }

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

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

 span { border-color: rgb(6,112,115); }

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