Html Css Color HEX #087A42 Dark Spring Green

📋 copy color: '#087A42'

red 8 ◦ green 122 ◦ blue 66

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

Shades of Dark Spring Green #087A42

Tints of Dark Spring Green #087A42

RGB

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

 GREEN value IS 122 (48.05% from 255) = 62.24%

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 4.08%
G = 62.24%
B = 33.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#087A42 (or 0x087A42) is known color: Dark Spring Green. HEX triplet: 08, 7A and 42. RGB value is (8,122,66). Sum of RGB (Red+Green+Blue) = 8+122+66=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 122 (48.05% from 255 or 62.24% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 122 - color contains mainly: green. Hex color #087A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087A42 is #F785BD. Grayscale: #515151. Windows color (decimal): -16221630 or 4356616. OLE color: 4356616.

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

Color convert

RGB 8 122 66 -
CMYK 0.93 0 0.46 0.52
HSL 150.53º 0.88% 0.25% -
HSV(B) 150.53º 0.93% 0.48% -
XYZ 8.04 14.36 7.5 -
YUV 81.53 119.23 75.55 -
System Red Green Blue C M Y K H S L
Decimal 8 122 66 0.93 0 0.46 0.52 150.53 0.88 0.25
Hex 8 7A 42 5D 0 2E 34 97 58 19
Octal 10 172 102 135 0 56 64 227 130 31
Binary 1000 1111010 1000010 1011101 0 101110 110100 10010111 1011000 11001

Color Harmonies of #087A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087A42

Black with #087A42

Text Example


Text Example

White with #087A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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