Html Css Color HEX #5A8B62 Laurel

📋 copy color: '#5A8B62'

red 90 ◦ green 139 ◦ blue 98

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

Shades of Laurel #5A8B62

Tints of Laurel #5A8B62

RGB

 RED value IS 90 (35.55% from 255) = 27.52%

 GREEN value IS 139 (54.69% from 255) = 42.51%

 BLUE value IS 98 (38.67% from 255) = 29.97%

R = 27.52%
G = 42.51%
B = 29.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#5A8B62 (or 0x5A8B62) is known color: Laurel. HEX triplet: 5A, 8B and 62. RGB value is (90,139,98). Sum of RGB (Red+Green+Blue) = 90+139+98=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8B62 is #A5749D. Grayscale: #777777. Windows color (decimal): -10843294 or 6458202. OLE color: 6458202.

HSL color Cylindrical-coordinate representation of color #5A8B62: hue angle of 129.8º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8B62 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 139 98 -
CMYK 0.35 0 0.29 0.45
HSL 129.8º 0.21% 0.45% -
HSV(B) 129.8º 0.35% 0.55% -
XYZ 15.65 21.52 14.88 -
YUV 119.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 90 139 98 0.35 0 0.29 0.45 129.8 0.21 0.45
Hex 5A 8B 62 23 0 1D 2D 82 15 2D
Octal 132 213 142 43 0 35 55 202 25 55
Binary 1011010 10001011 1100010 100011 0 11101 101101 10000010 10101 101101

Color Harmonies of #5A8B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8B62

Black with #5A8B62

Text Example


Text Example

White with #5A8B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A8B62; }

 p { color: rgb(90,139,98); }

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

background-color css

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

 a { background-color: rgb(90,139,98); }

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

border-color css

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

 span { border-color: rgb(90,139,98); }

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