Html Css Color HEX #078377 Surfie Green

📋 copy color: '#078377'

red 7 ◦ green 131 ◦ blue 119

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

Shades of Surfie Green #078377

Tints of Surfie Green #078377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.97%

 BLUE value IS 119 (46.88% from 255) = 46.3%

R = 2.72%
G = 50.97%
B = 46.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#078377 (or 0x078377) is known color: Surfie Green. HEX triplet: 07, 83 and 77. RGB value is (7,131,119). Sum of RGB (Red+Green+Blue) = 7+131+119=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #078377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078377 is #F87C88. Grayscale: #5C5C5C. Windows color (decimal): -16284809 or 7832327. OLE color: 7832327.

HSL color Cylindrical-coordinate representation of color #078377: hue angle of 174.19º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078377 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 131 119 -
CMYK 0.95 0 0.09 0.49
HSL 174.19º 0.9% 0.27% -
HSV(B) 174.19º 0.95% 0.51% -
XYZ 11.53 17.61 20.24 -
YUV 92.56 142.92 66.98 -
System Red Green Blue C M Y K H S L
Decimal 7 131 119 0.95 0 0.09 0.49 174.19 0.9 0.27
Hex 7 83 77 5F 0 9 31 AE 5A 1B
Octal 7 203 167 137 0 11 61 256 132 33
Binary 111 10000011 1110111 1011111 0 1001 110001 10101110 1011010 11011

Color Harmonies of #078377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078377

Black with #078377

Text Example


Text Example

White with #078377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078377; }

 p { color: rgb(7,131,119); }

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

background-color css

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

 a { background-color: rgb(7,131,119); }

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

border-color css

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

 span { border-color: rgb(7,131,119); }

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