Html Css Color HEX #007774 Surfie Green

📋 copy color: '#007774'

red 0 ◦ green 119 ◦ blue 116

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

Shades of Surfie Green #007774

Tints of Surfie Green #007774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.36%

R = 0%
G = 50.64%
B = 49.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#007774 (or 0x007774) is known color: Surfie Green. HEX triplet: 00, 77 and 74. RGB value is (0,119,116). Sum of RGB (Red+Green+Blue) = 0+119+116=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #007774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007774 is #FF888B. Grayscale: #525252. Windows color (decimal): -16746636 or 7632640. OLE color: 7632640.

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

Color convert

RGB 0 119 116 -
CMYK 1 0 0.03 0.53
HSL 178.49º 1% 0.23% -
HSV(B) 178.49º 1% 0.47% -
XYZ 9.75 14.45 18.8 -
YUV 83.08 146.58 68.74 -
System Red Green Blue C M Y K H S L
Decimal 0 119 116 1 0 0.03 0.53 178.49 1 0.23
Hex 0 77 74 64 0 3 35 B2 64 17
Octal 0 167 164 144 0 3 65 262 144 27
Binary 0 1110111 1110100 1100100 0 11 110101 10110010 1100100 10111

Color Harmonies of #007774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007774

Black with #007774

Text Example


Text Example

White with #007774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007774; }

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

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

background-color css

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

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

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

border-color css

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

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

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