Html Css Color HEX #087475 Surfie Green

📋 copy color: '#087475'

red 8 ◦ green 116 ◦ blue 117

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

Shades of Surfie Green #087475

Tints of Surfie Green #087475

RGB

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

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

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

R = 3.32%
G = 48.13%
B = 48.55%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#087475 (or 0x087475) is known color: Surfie Green. HEX triplet: 08, 74 and 75. RGB value is (8,116,117). Sum of RGB (Red+Green+Blue) = 8+116+117=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #087475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087475 is #F78B8A. Grayscale: #535353. Windows color (decimal): -16223115 or 7697416. OLE color: 7697416.

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

Color convert

RGB 8 116 117 -
CMYK 0.93 0.01 0 0.54
HSL 180.55º 0.87% 0.25% -
HSV(B) 180.55º 0.93% 0.46% -
XYZ 9.56 13.83 18.99 -
YUV 83.82 146.72 73.92 -
System Red Green Blue C M Y K H S L
Decimal 8 116 117 0.93 0.01 0 0.54 180.55 0.87 0.25
Hex 8 74 75 5D 1 0 36 B5 57 19
Octal 10 164 165 135 1 0 66 265 127 31
Binary 1000 1110100 1110101 1011101 1 0 110110 10110101 1010111 11001

Color Harmonies of #087475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087475

Black with #087475

Text Example


Text Example

White with #087475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087475; }

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

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

background-color css

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

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

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

border-color css

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

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

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