Html Css Color HEX #087074 Surfie Green

📋 copy color: '#087074'

red 8 ◦ green 112 ◦ blue 116

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

Shades of Surfie Green #087074

Tints of Surfie Green #087074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.15%

R = 3.39%
G = 47.46%
B = 49.15%

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

#087074 (or 0x087074) is known color: Surfie Green. HEX triplet: 08, 70 and 74. RGB value is (8,112,116). Sum of RGB (Red+Green+Blue) = 8+112+116=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #087074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087074 is #F78F8B. Grayscale: #515151. Windows color (decimal): -16224140 or 7630856. OLE color: 7630856.

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

Color convert

RGB 8 112 116 -
CMYK 0.93 0.03 0 0.55
HSL 182.22º 0.87% 0.24% -
HSV(B) 182.22º 0.93% 0.45% -
XYZ 9.05 12.9 18.54 -
YUV 81.36 147.54 75.67 -
System Red Green Blue C M Y K H S L
Decimal 8 112 116 0.93 0.03 0 0.55 182.22 0.87 0.24
Hex 8 70 74 5D 3 0 37 B6 57 18
Octal 10 160 164 135 3 0 67 266 127 30
Binary 1000 1110000 1110100 1011101 11 0 110111 10110110 1010111 11000

Color Harmonies of #087074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087074

Black with #087074

Text Example


Text Example

White with #087074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087074; }

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

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

background-color css

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

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

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

border-color css

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

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

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