Html Css Color HEX #007F7A Surfie Green

📋 copy color: '#007F7A'

red 0 ◦ green 127 ◦ blue 122

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

Shades of Surfie Green #007F7A

Tints of Surfie Green #007F7A

RGB

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

 GREEN value IS 127 (50% from 255) = 51%

 BLUE value IS 122 (48.05% from 255) = 49%

R = 0%
G = 51%
B = 49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#007F7A (or 0x007F7A) is known color: Surfie Green. HEX triplet: 00, 7F and 7A. RGB value is (0,127,122). Sum of RGB (Red+Green+Blue) = 0+127+122=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #007F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007F7A is #FF8085. Grayscale: #585858. Windows color (decimal): -16744582 or 8027904. OLE color: 8027904.

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

Color convert

RGB 0 127 122 -
CMYK 1 0 0.04 0.50
HSL 177.64º 1% 0.25% -
HSV(B) 177.64º 1% 0.5% -
XYZ 11.1 16.58 21.03 -
YUV 88.46 146.92 64.91 -
System Red Green Blue C M Y K H S L
Decimal 0 127 122 1 0 0.04 0.50 177.64 1 0.25
Hex 0 7F 7A 64 0 4 32 B2 64 19
Octal 0 177 172 144 0 4 62 262 144 31
Binary 0 1111111 1111010 1100100 0 100 110010 10110010 1100100 11001

Color Harmonies of #007F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007F7A

Black with #007F7A

Text Example


Text Example

White with #007F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,127,122); }

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

background-color css

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

 a { background-color: rgb(0,127,122); }

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

border-color css

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

 span { border-color: rgb(0,127,122); }

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