Html Css Color HEX #007D76 Surfie Green

📋 copy color: '#007D76'

red 0 ◦ green 125 ◦ blue 118

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

Shades of Surfie Green #007D76

Tints of Surfie Green #007D76

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.44%

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

R = 0%
G = 51.44%
B = 48.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#007D76 (or 0x007D76) is known color: Surfie Green. HEX triplet: 00, 7D and 76. RGB value is (0,125,118). Sum of RGB (Red+Green+Blue) = 0+125+118=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #007D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007D76 is #FF8289. Grayscale: #565656. Windows color (decimal): -16745098 or 7765248. OLE color: 7765248.

HSL color Cylindrical-coordinate representation of color #007D76: hue angle of 176.64º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D76 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 125 118 -
CMYK 1 0 0.06 0.51
HSL 176.64º 1% 0.25% -
HSV(B) 176.64º 1% 0.49% -
XYZ 10.6 15.98 19.66 -
YUV 86.83 145.59 66.07 -
System Red Green Blue C M Y K H S L
Decimal 0 125 118 1 0 0.06 0.51 176.64 1 0.25
Hex 0 7D 76 64 0 6 33 B1 64 19
Octal 0 175 166 144 0 6 63 261 144 31
Binary 0 1111101 1110110 1100100 0 110 110011 10110001 1100100 11001

Color Harmonies of #007D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007D76

Black with #007D76

Text Example


Text Example

White with #007D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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