Html Css Color HEX #087073 Surfie Green

📋 copy color: '#087073'

red 8 ◦ green 112 ◦ blue 115

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

Shades of Surfie Green #087073

Tints of Surfie Green #087073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.94%

R = 3.4%
G = 47.66%
B = 48.94%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#087073 (or 0x087073) is known color: Surfie Green. HEX triplet: 08, 70 and 73. RGB value is (8,112,115). Sum of RGB (Red+Green+Blue) = 8+112+115=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #087073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087073 is #F78F8C. Grayscale: #515151. Windows color (decimal): -16224141 or 7565320. OLE color: 7565320.

HSL color Cylindrical-coordinate representation of color #087073: hue angle of 181.68º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087073 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 112 115 -
CMYK 0.93 0.03 0 0.55
HSL 181.68º 0.87% 0.24% -
HSV(B) 181.68º 0.93% 0.45% -
XYZ 8.99 12.88 18.23 -
YUV 81.25 147.04 75.76 -
System Red Green Blue C M Y K H S L
Decimal 8 112 115 0.93 0.03 0 0.55 181.68 0.87 0.24
Hex 8 70 73 5D 3 0 37 B6 57 18
Octal 10 160 163 135 3 0 67 266 127 30
Binary 1000 1110000 1110011 1011101 11 0 110111 10110110 1010111 11000

Color Harmonies of #087073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087073

Black with #087073

Text Example


Text Example

White with #087073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087073; }

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

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

background-color css

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

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

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

border-color css

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

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

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