#006F72

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

Shades of Surfie Green #006F72

Tints of Surfie Green #006F72

Color information

#006F72 (or 0x006F72) is unknown color: approx Surfie Green. HEX triplet: 00, 6F and 72. RGB value is (0,111,114). Sum of RGB (Red+Green+Blue) = 0+111+114=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #006F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F72 is #FF908D. Grayscale: #4E4E4E. Windows color (decimal): -16748686 or 7499520. OLE color: 7499520.

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

Color convert

RGB0111114-
CMYK10.0300.55
HSL181.58º100%22.35%-
HSV(B)181.58º100%44.71%-
XYZ8.7212.5817.89-
YUV78.15148.2372.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 111 (43.75% from 255) = 49.33%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=0%
G=49.33%
B=50.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011111410.0300.55181.5810022.35
Hex06F72643037b66416
Octal0157162144306726614426
Binary011011111110010110010011011011110110110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006F72; }

 p { color: rgb(0,111,114); }

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

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

 a { background-color: rgb(0,111,114); }

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

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

 span { border-color: rgb(0,111,114); }

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