Html Css Color HEX #006F73 Surfie Green

📋 copy color: '#006F73'

red 0 ◦ green 111 ◦ blue 115

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

Shades of Surfie Green #006F73

Tints of Surfie Green #006F73

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 111 (43.75% from 255) = 49.12%

 BLUE value IS 115 (45.31% from 255) = 50.88%

R = 0%
G = 49.12%
B = 50.88%

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

#006F73 (or 0x006F73) is known color: Surfie Green. HEX triplet: 00, 6F and 73. RGB value is (0,111,115). Sum of RGB (Red+Green+Blue) = 0+111+115=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #006F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F73 is #FF908C. Grayscale: #4E4E4E. Windows color (decimal): -16748685 or 7565056. OLE color: 7565056.

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

Color convert

RGB 0 111 115 -
CMYK 1 0.03 0 0.55
HSL 182.09º 1% 0.23% -
HSV(B) 182.09º 1% 0.45% -
XYZ 8.78 12.61 18.19 -
YUV 78.27 148.73 72.17 -
System Red Green Blue C M Y K H S L
Decimal 0 111 115 1 0.03 0 0.55 182.09 1 0.23
Hex 0 6F 73 64 3 0 37 B6 64 17
Octal 0 157 163 144 3 0 67 266 144 27
Binary 0 1101111 1110011 1100100 11 0 110111 10110110 1100100 10111

Color Harmonies of #006F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F73

Black with #006F73

Text Example


Text Example

White with #006F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #006F73;
 }
 .AnyTagClassName
 {
   color: #006F73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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