Html Css Color HEX #006F72 Surfie Green

📋 copy color: '#006F72'

red 0 ◦ green 111 ◦ blue 114

#006F72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surfie Green #006F72

Tints of Surfie Green #006F72

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 value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006F72 (or 0x006F72) is known color: 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

RGB 0 111 114 -
CMYK 1 0.03 0 0.55
HSL 181.58º 1% 0.22% -
HSV(B) 181.58º 1% 0.45% -
XYZ 8.72 12.58 17.89 -
YUV 78.15 148.23 72.26 -
System Red Green Blue C M Y K H S L
Decimal 0 111 114 1 0.03 0 0.55 181.58 1 0.22
Hex 0 6F 72 64 3 0 37 B6 64 16
Octal 0 157 162 144 3 0 67 266 144 26
Binary 0 1101111 1110010 1100100 11 0 110111 10110110 1100100 10110

Color Harmonies of #006F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F72

Black with #006F72

Text Example


Text Example

White with #006F72

Text Example


Text Example

HTML Codes & Css Web 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>