Html Css Color HEX #006F76 Surfie Green

📋 copy color: '#006F76'

red 0 ◦ green 111 ◦ blue 118

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

Shades of Surfie Green #006F76

Tints of Surfie Green #006F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.53%

R = 0%
G = 48.47%
B = 51.53%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#006F76 (or 0x006F76) is known color: Surfie Green. HEX triplet: 00, 6F and 76. RGB value is (0,111,118). Sum of RGB (Red+Green+Blue) = 0+111+118=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #006F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F76 is #FF9089. Grayscale: #4E4E4E. Windows color (decimal): -16748682 or 7761664. OLE color: 7761664.

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

Color convert

RGB 0 111 118 -
CMYK 1 0.06 0 0.54
HSL 183.56º 1% 0.23% -
HSV(B) 183.56º 1% 0.46% -
XYZ 8.95 12.68 19.11 -
YUV 78.61 150.23 71.93 -
System Red Green Blue C M Y K H S L
Decimal 0 111 118 1 0.06 0 0.54 183.56 1 0.23
Hex 0 6F 76 64 6 0 36 B8 64 17
Octal 0 157 166 144 6 0 66 270 144 27
Binary 0 1101111 1110110 1100100 110 0 110110 10111000 1100100 10111

Color Harmonies of #006F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F76

Black with #006F76

Text Example


Text Example

White with #006F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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