Html Css Color HEX #007775 Surfie Green

📋 copy color: '#007775'

red 0 ◦ green 119 ◦ blue 117

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

Shades of Surfie Green #007775

Tints of Surfie Green #007775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 0%
G = 50.42%
B = 49.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#007775 (or 0x007775) is known color: Surfie Green. HEX triplet: 00, 77 and 75. RGB value is (0,119,117). Sum of RGB (Red+Green+Blue) = 0+119+117=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #007775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007775 is #FF888A. Grayscale: #535353. Windows color (decimal): -16746635 or 7698176. OLE color: 7698176.

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

Color convert

RGB 0 119 117 -
CMYK 1 0 0.02 0.53
HSL 178.99º 1% 0.23% -
HSV(B) 178.99º 1% 0.47% -
XYZ 9.81 14.48 19.11 -
YUV 83.19 147.08 68.66 -
System Red Green Blue C M Y K H S L
Decimal 0 119 117 1 0 0.02 0.53 178.99 1 0.23
Hex 0 77 75 64 0 2 35 B3 64 17
Octal 0 167 165 144 0 2 65 263 144 27
Binary 0 1110111 1110101 1100100 0 10 110101 10110011 1100100 10111

Color Harmonies of #007775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007775

Black with #007775

Text Example


Text Example

White with #007775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007775; }

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

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

background-color css

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

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

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

border-color css

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

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

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