Html Css Color HEX #087474 Surfie Green

📋 copy color: '#087474'

red 8 ◦ green 116 ◦ blue 116

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

Shades of Surfie Green #087474

Tints of Surfie Green #087474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

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

R = 3.33%
G = 48.33%
B = 48.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#087474 (or 0x087474) is known color: Surfie Green. HEX triplet: 08, 74 and 74. RGB value is (8,116,116). Sum of RGB (Red+Green+Blue) = 8+116+116=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #087474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087474 is #F78B8B. Grayscale: #535353. Windows color (decimal): -16223116 or 7631880. OLE color: 7631880.

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

Color convert

RGB 8 116 116 -
CMYK 0.93 0 0 0.55
HSL 180º 0.87% 0.24% -
HSV(B) 180º 0.93% 0.45% -
XYZ 9.5 13.8 18.69 -
YUV 83.71 146.22 74 -
System Red Green Blue C M Y K H S L
Decimal 8 116 116 0.93 0 0 0.55 180 0.87 0.24
Hex 8 74 74 5D 0 0 37 B4 57 18
Octal 10 164 164 135 0 0 67 264 127 30
Binary 1000 1110100 1110100 1011101 0 0 110111 10110100 1010111 11000

Color Harmonies of #087474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087474

Black with #087474

Text Example


Text Example

White with #087474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087474; }

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

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

background-color css

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

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

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

border-color css

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

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

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