Html Css Color HEX #087575 Surfie Green

📋 copy color: '#087575'

red 8 ◦ green 117 ◦ blue 117

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

Shades of Surfie Green #087575

Tints of Surfie Green #087575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

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

R = 3.31%
G = 48.35%
B = 48.35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#087575 (or 0x087575) is known color: Surfie Green. HEX triplet: 08, 75 and 75. RGB value is (8,117,117). Sum of RGB (Red+Green+Blue) = 8+117+117=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #087575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087575 is #F78A8A. Grayscale: #545454. Windows color (decimal): -16222859 or 7697672. OLE color: 7697672.

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

Color convert

RGB 8 117 117 -
CMYK 0.93 0 0 0.54
HSL 180º 0.87% 0.25% -
HSV(B) 180º 0.93% 0.46% -
XYZ 9.67 14.06 19.03 -
YUV 84.41 146.39 73.5 -
System Red Green Blue C M Y K H S L
Decimal 8 117 117 0.93 0 0 0.54 180 0.87 0.25
Hex 8 75 75 5D 0 0 36 B4 57 19
Octal 10 165 165 135 0 0 66 264 127 31
Binary 1000 1110101 1110101 1011101 0 0 110110 10110100 1010111 11001

Color Harmonies of #087575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087575

Black with #087575

Text Example


Text Example

White with #087575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087575; }

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

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

background-color css

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

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

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

border-color css

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

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

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