Html Css Color HEX #007076 Surfie Green

📋 copy color: '#007076'

red 0 ◦ green 112 ◦ blue 118

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

Shades of Surfie Green #007076

Tints of Surfie Green #007076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.7%

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

R = 0%
G = 48.7%
B = 51.3%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#007076 (or 0x007076) is known color: Surfie Green. HEX triplet: 00, 70 and 76. RGB value is (0,112,118). Sum of RGB (Red+Green+Blue) = 0+112+118=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #007076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007076 is #FF8F89. Grayscale: #4F4F4F. Windows color (decimal): -16748426 or 7761920. OLE color: 7761920.

HSL color Cylindrical-coordinate representation of color #007076: hue angle of 183.05º 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 #007076 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 112 118 -
CMYK 1 0.05 0 0.54
HSL 183.05º 1% 0.23% -
HSV(B) 183.05º 1% 0.46% -
XYZ 9.06 12.9 19.15 -
YUV 79.2 149.89 71.51 -
System Red Green Blue C M Y K H S L
Decimal 0 112 118 1 0.05 0 0.54 183.05 1 0.23
Hex 0 70 76 64 5 0 36 B7 64 17
Octal 0 160 166 144 5 0 66 267 144 27
Binary 0 1110000 1110110 1100100 101 0 110110 10110111 1100100 10111

Color Harmonies of #007076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007076

Black with #007076

Text Example


Text Example

White with #007076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007076; }

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

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

background-color css

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

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

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

border-color css

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

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

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