Html Css Color HEX #087479 Surfie Green

📋 copy color: '#087479'

red 8 ◦ green 116 ◦ blue 121

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

Shades of Surfie Green #087479

Tints of Surfie Green #087479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.35%

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

R = 3.27%
G = 47.35%
B = 49.39%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#087479 (or 0x087479) is known color: Surfie Green. HEX triplet: 08, 74 and 79. RGB value is (8,116,121). Sum of RGB (Red+Green+Blue) = 8+116+121=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #087479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087479 is #F78B86. Grayscale: #545454. Windows color (decimal): -16223111 or 7959560. OLE color: 7959560.

HSL color Cylindrical-coordinate representation of color #087479: hue angle of 182.65º degrees, saturation: 0.88, 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 #087479 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 116 121 -
CMYK 0.93 0.04 0 0.53
HSL 182.65º 0.88% 0.25% -
HSV(B) 182.65º 0.93% 0.47% -
XYZ 9.8 13.92 20.26 -
YUV 84.28 148.72 73.59 -
System Red Green Blue C M Y K H S L
Decimal 8 116 121 0.93 0.04 0 0.53 182.65 0.88 0.25
Hex 8 74 79 5D 4 0 35 B7 58 19
Octal 10 164 171 135 4 0 65 267 130 31
Binary 1000 1110100 1111001 1011101 100 0 110101 10110111 1011000 11001

Color Harmonies of #087479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087479

Black with #087479

Text Example


Text Example

White with #087479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087479; }

 p { color: rgb(8,116,121); }

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

background-color css

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

 a { background-color: rgb(8,116,121); }

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

border-color css

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

 span { border-color: rgb(8,116,121); }

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