Html Css Color HEX #007777 Surfie Green

📋 copy color: '#007777'

red 0 ◦ green 119 ◦ blue 119

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

Shades of Surfie Green #007777

Tints of Surfie Green #007777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50%

 BLUE value IS 119 (46.88% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#007777 (or 0x007777) is known color: Surfie Green. HEX triplet: 00, 77 and 77. RGB value is (0,119,119). Sum of RGB (Red+Green+Blue) = 0+119+119=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #007777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007777 is #FF8888. Grayscale: #535353. Windows color (decimal): -16746633 or 7829248. OLE color: 7829248.

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

Color convert

RGB 0 119 119 -
CMYK 1 0 0 0.53
HSL 180º 1% 0.23% -
HSV(B) 180º 1% 0.47% -
XYZ 9.93 14.53 19.73 -
YUV 83.42 148.08 68.5 -
System Red Green Blue C M Y K H S L
Decimal 0 119 119 1 0 0 0.53 180 1 0.23
Hex 0 77 77 64 0 0 35 B4 64 17
Octal 0 167 167 144 0 0 65 264 144 27
Binary 0 1110111 1110111 1100100 0 0 110101 10110100 1100100 10111

Color Harmonies of #007777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007777

Black with #007777

Text Example


Text Example

White with #007777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007777; }

 p { color: rgb(0,119,119); }

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

background-color css

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

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

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

border-color css

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

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

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