Html Css Color HEX #087675 Surfie Green

📋 copy color: '#087675'

red 8 ◦ green 118 ◦ blue 117

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

Shades of Surfie Green #087675

Tints of Surfie Green #087675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.56%

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

R = 3.29%
G = 48.56%
B = 48.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#087675 (or 0x087675) is known color: Surfie Green. HEX triplet: 08, 76 and 75. RGB value is (8,118,117). Sum of RGB (Red+Green+Blue) = 8+118+117=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #087675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087675 is #F7898A. Grayscale: #545454. Windows color (decimal): -16222603 or 7697928. OLE color: 7697928.

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

Color convert

RGB 8 118 117 -
CMYK 0.93 0 0.01 0.54
HSL 179.45º 0.87% 0.25% -
HSV(B) 179.45º 0.93% 0.46% -
XYZ 9.79 14.29 19.07 -
YUV 85 146.06 73.08 -
System Red Green Blue C M Y K H S L
Decimal 8 118 117 0.93 0 0.01 0.54 179.45 0.87 0.25
Hex 8 76 75 5D 0 1 36 B3 57 19
Octal 10 166 165 135 0 1 66 263 127 31
Binary 1000 1110110 1110101 1011101 0 1 110110 10110011 1010111 11001

Color Harmonies of #087675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087675

Black with #087675

Text Example


Text Example

White with #087675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087675; }

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

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

background-color css

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

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

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

border-color css

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

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

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