Html Css Color HEX #087975 Surfie Green

📋 copy color: '#087975'

red 8 ◦ green 121 ◦ blue 117

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

Shades of Surfie Green #087975

Tints of Surfie Green #087975

RGB

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

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

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

R = 3.25%
G = 49.19%
B = 47.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#087975 (or 0x087975) is known color: Surfie Green. HEX triplet: 08, 79 and 75. RGB value is (8,121,117). Sum of RGB (Red+Green+Blue) = 8+121+117=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #087975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087975 is #F7868A. Grayscale: #565656. Windows color (decimal): -16221835 or 7698696. OLE color: 7698696.

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

Color convert

RGB 8 121 117 -
CMYK 0.93 0 0.03 0.53
HSL 177.88º 0.88% 0.25% -
HSV(B) 177.88º 0.93% 0.47% -
XYZ 10.15 15.01 19.19 -
YUV 86.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 8 121 117 0.93 0 0.03 0.53 177.88 0.88 0.25
Hex 8 79 75 5D 0 3 35 B2 58 19
Octal 10 171 165 135 0 3 65 262 130 31
Binary 1000 1111001 1110101 1011101 0 11 110101 10110010 1011000 11001

Color Harmonies of #087975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087975

Black with #087975

Text Example


Text Example

White with #087975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087975; }

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

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

background-color css

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

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

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

border-color css

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

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

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