Html Css Color HEX #077975 Surfie Green

📋 copy color: '#077975'

red 7 ◦ green 121 ◦ blue 117

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

Shades of Surfie Green #077975

Tints of Surfie Green #077975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.39%

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

R = 2.86%
G = 49.39%
B = 47.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#077975 (or 0x077975) is known color: Surfie Green. HEX triplet: 07, 79 and 75. RGB value is (7,121,117). Sum of RGB (Red+Green+Blue) = 7+121+117=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #077975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077975 is #F8868A. Grayscale: #565656. Windows color (decimal): -16287371 or 7698695. OLE color: 7698695.

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

Color convert

RGB 7 121 117 -
CMYK 0.94 0 0.03 0.53
HSL 177.89º 0.89% 0.25% -
HSV(B) 177.89º 0.94% 0.47% -
XYZ 10.14 15 19.19 -
YUV 86.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 7 121 117 0.94 0 0.03 0.53 177.89 0.89 0.25
Hex 7 79 75 5E 0 3 35 B2 59 19
Octal 7 171 165 136 0 3 65 262 131 31
Binary 111 1111001 1110101 1011110 0 11 110101 10110010 1011001 11001

Color Harmonies of #077975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077975

Black with #077975

Text Example


Text Example

White with #077975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077975; }

 p { color: rgb(7,121,117); }

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

background-color css

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

 a { background-color: rgb(7,121,117); }

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

border-color css

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

 span { border-color: rgb(7,121,117); }

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