Html Css Color HEX #087974 Surfie Green

📋 copy color: '#087974'

red 8 ◦ green 121 ◦ blue 116

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

Shades of Surfie Green #087974

Tints of Surfie Green #087974

RGB

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

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

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

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

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

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

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

Color convert

RGB 8 121 116 -
CMYK 0.93 0 0.04 0.53
HSL 177.35º 0.88% 0.25% -
HSV(B) 177.35º 0.93% 0.47% -
XYZ 10.09 14.99 18.88 -
YUV 86.64 144.56 71.91 -
System Red Green Blue C M Y K H S L
Decimal 8 121 116 0.93 0 0.04 0.53 177.35 0.88 0.25
Hex 8 79 74 5D 0 4 35 B1 58 19
Octal 10 171 164 135 0 4 65 261 130 31
Binary 1000 1111001 1110100 1011101 0 100 110101 10110001 1011000 11001

Color Harmonies of #087974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087974

Black with #087974

Text Example


Text Example

White with #087974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087974; }

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

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

background-color css

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

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

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

border-color css

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

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

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