Html Css Color HEX #087077 Surfie Green

📋 copy color: '#087077'

red 8 ◦ green 112 ◦ blue 119

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

Shades of Surfie Green #087077

Tints of Surfie Green #087077

RGB

 RED value IS 8 (3.52% from 255) = 3.35%

 GREEN value IS 112 (44.14% from 255) = 46.86%

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

R = 3.35%
G = 46.86%
B = 49.79%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#087077 (or 0x087077) is known color: Surfie Green. HEX triplet: 08, 70 and 77. RGB value is (8,112,119). Sum of RGB (Red+Green+Blue) = 8+112+119=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #087077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087077 is #F78F88. Grayscale: #515151. Windows color (decimal): -16224137 or 7827464. OLE color: 7827464.

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

Color convert

RGB 8 112 119 -
CMYK 0.93 0.06 0 0.53
HSL 183.78º 0.87% 0.25% -
HSV(B) 183.78º 0.93% 0.47% -
XYZ 9.22 12.97 19.47 -
YUV 81.7 149.04 75.43 -
System Red Green Blue C M Y K H S L
Decimal 8 112 119 0.93 0.06 0 0.53 183.78 0.87 0.25
Hex 8 70 77 5D 6 0 35 B8 57 19
Octal 10 160 167 135 6 0 65 270 127 31
Binary 1000 1110000 1110111 1011101 110 0 110101 10111000 1010111 11001

Color Harmonies of #087077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087077

Black with #087077

Text Example


Text Example

White with #087077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087077; }

 p { color: rgb(8,112,119); }

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

background-color css

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

 a { background-color: rgb(8,112,119); }

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

border-color css

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

 span { border-color: rgb(8,112,119); }

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