#007773

Color #007773 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #007773

Tints of Surfie Green #007773

Color information

#007773 (or 0x007773) is unknown color: approx Surfie Green. HEX triplet: 00, 77 and 73. RGB value is (0,119,115). Sum of RGB (Red+Green+Blue) = 0+119+115=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #007773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007773 is #FF888C. Grayscale: #525252. Windows color (decimal): -16746637 or 7567104. OLE color: 7567104.

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

Color convert

RGB0119115-
CMYK100.030.53
HSL177.98º100%23.33%-
HSV(B)177.98º100%46.67%-
XYZ9.6914.4318.49-
YUV82.96146.0868.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 119 (46.88% from 255) = 50.85%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=0%
G=50.85%
B=49.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0119115100.030.53177.9810023.33
Hex07773640335b26417
Octal0167163144036526214427
Binary011101111110011110010001111010110110010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007773; }

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

 H1.HeaderClassName
 {
   color: #007773;
 }
 .AnyTagClassName
 {
   color: #007773;
 }
</style>
background-color css

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

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

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

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

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

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