Html Css Color HEX #08707F Surfie Green

📋 copy color: '#08707F'

red 8 ◦ green 112 ◦ blue 127

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

Shades of Surfie Green #08707F

Tints of Surfie Green #08707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.34%

 BLUE value IS 127 (50% from 255) = 51.42%

R = 3.24%
G = 45.34%
B = 51.42%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#08707F (or 0x08707F) is known color: Surfie Green. HEX triplet: 08, 70 and 7F. RGB value is (8,112,127). Sum of RGB (Red+Green+Blue) = 8+112+127=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #08707F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08707F is #F78F80. Grayscale: #525252. Windows color (decimal): -16224129 or 8351752. OLE color: 8351752.

HSL color Cylindrical-coordinate representation of color #08707F: hue angle of 187.56º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08707F is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 112 127 -
CMYK 0.94 0.12 0 0.50
HSL 187.56º 0.88% 0.26% -
HSV(B) 187.56º 0.94% 0.5% -
XYZ 9.73 13.17 22.11 -
YUV 82.61 153.04 74.78 -
System Red Green Blue C M Y K H S L
Decimal 8 112 127 0.94 0.12 0 0.50 187.56 0.88 0.26
Hex 8 70 7F 5E C 0 32 BC 58 1A
Octal 10 160 177 136 14 0 62 274 130 32
Binary 1000 1110000 1111111 1011110 1100 0 110010 10111100 1011000 11010

Color Harmonies of #08707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08707F

Black with #08707F

Text Example


Text Example

White with #08707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08707F; }

 p { color: rgb(8,112,127); }

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

background-color css

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

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

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

border-color css

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

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

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