Html Css Color HEX #08707A Surfie Green

📋 copy color: '#08707A'

red 8 ◦ green 112 ◦ blue 122

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

Shades of Surfie Green #08707A

Tints of Surfie Green #08707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 50.41%

R = 3.31%
G = 46.28%
B = 50.41%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08707A (or 0x08707A) is known color: Surfie Green. HEX triplet: 08, 70 and 7A. RGB value is (8,112,122). Sum of RGB (Red+Green+Blue) = 8+112+122=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #08707A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08707A is #F78F85. Grayscale: #515151. Windows color (decimal): -16224134 or 8024072. OLE color: 8024072.

HSL color Cylindrical-coordinate representation of color #08707A: hue angle of 185.26º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08707A is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 112 122 -
CMYK 0.93 0.08 0 0.52
HSL 185.26º 0.88% 0.25% -
HSV(B) 185.26º 0.93% 0.48% -
XYZ 9.41 13.05 20.43 -
YUV 82.04 150.54 75.19 -
System Red Green Blue C M Y K H S L
Decimal 8 112 122 0.93 0.08 0 0.52 185.26 0.88 0.25
Hex 8 70 7A 5D 8 0 34 B9 58 19
Octal 10 160 172 135 10 0 64 271 130 31
Binary 1000 1110000 1111010 1011101 1000 0 110100 10111001 1011000 11001

Color Harmonies of #08707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08707A

Black with #08707A

Text Example


Text Example

White with #08707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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