Html Css Color HEX #077174 Surfie Green

📋 copy color: '#077174'

red 7 ◦ green 113 ◦ blue 116

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

Shades of Surfie Green #077174

Tints of Surfie Green #077174

RGB

 RED value IS 7 (3.13% from 255) = 2.97%

 GREEN value IS 113 (44.53% from 255) = 47.88%

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

R = 2.97%
G = 47.88%
B = 49.15%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#077174 (or 0x077174) is known color: Surfie Green. HEX triplet: 07, 71 and 74. RGB value is (7,113,116). Sum of RGB (Red+Green+Blue) = 7+113+116=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #077174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077174 is #F88E8B. Grayscale: #515151. Windows color (decimal): -16289420 or 7631111. OLE color: 7631111.

HSL color Cylindrical-coordinate representation of color #077174: hue angle of 181.65º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077174 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 113 116 -
CMYK 0.94 0.03 0 0.55
HSL 181.65º 0.89% 0.24% -
HSV(B) 181.65º 0.94% 0.45% -
XYZ 9.15 13.12 18.57 -
YUV 81.65 147.38 74.76 -
System Red Green Blue C M Y K H S L
Decimal 7 113 116 0.94 0.03 0 0.55 181.65 0.89 0.24
Hex 7 71 74 5E 3 0 37 B6 59 18
Octal 7 161 164 136 3 0 67 266 131 30
Binary 111 1110001 1110100 1011110 11 0 110111 10110110 1011001 11000

Color Harmonies of #077174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077174

Black with #077174

Text Example


Text Example

White with #077174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077174; }

 p { color: rgb(7,113,116); }

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

background-color css

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

 a { background-color: rgb(7,113,116); }

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

border-color css

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

 span { border-color: rgb(7,113,116); }

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