Html Css Color HEX #087574 Surfie Green

📋 copy color: '#087574'

red 8 ◦ green 117 ◦ blue 116

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

Shades of Surfie Green #087574

Tints of Surfie Green #087574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.55%

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

R = 3.32%
G = 48.55%
B = 48.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#087574 (or 0x087574) is known color: Surfie Green. HEX triplet: 08, 75 and 74. RGB value is (8,117,116). Sum of RGB (Red+Green+Blue) = 8+117+116=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #087574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087574 is #F78A8B. Grayscale: #545454. Windows color (decimal): -16222860 or 7632136. OLE color: 7632136.

HSL color Cylindrical-coordinate representation of color #087574: hue angle of 179.45º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087574 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 117 116 -
CMYK 0.93 0 0.01 0.54
HSL 179.45º 0.87% 0.25% -
HSV(B) 179.45º 0.93% 0.46% -
XYZ 9.61 14.04 18.73 -
YUV 84.3 145.89 73.58 -
System Red Green Blue C M Y K H S L
Decimal 8 117 116 0.93 0 0.01 0.54 179.45 0.87 0.25
Hex 8 75 74 5D 0 1 36 B3 57 19
Octal 10 165 164 135 0 1 66 263 127 31
Binary 1000 1110101 1110100 1011101 0 1 110110 10110011 1010111 11001

Color Harmonies of #087574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087574

Black with #087574

Text Example


Text Example

White with #087574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087574; }

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

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

background-color css

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

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

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

border-color css

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

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

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