Html Css Color HEX #5A8C66 Laurel

📋 copy color: '#5A8C66'

red 90 ◦ green 140 ◦ blue 102

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

Shades of Laurel #5A8C66

Tints of Laurel #5A8C66

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.17%

 BLUE value IS 102 (40.23% from 255) = 30.72%

R = 27.11%
G = 42.17%
B = 30.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#5A8C66 (or 0x5A8C66) is known color: Laurel. HEX triplet: 5A, 8C and 66. RGB value is (90,140,102). Sum of RGB (Red+Green+Blue) = 90+140+102=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #5A8C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8C66 is #A57399. Grayscale: #787878. Windows color (decimal): -10843034 or 6720602. OLE color: 6720602.

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

Color convert

RGB 90 140 102 -
CMYK 0.36 0 0.27 0.45
HSL 134.4º 0.22% 0.45% -
HSV(B) 134.4º 0.36% 0.55% -
XYZ 15.99 21.89 15.95 -
YUV 120.72 117.44 106.09 -
System Red Green Blue C M Y K H S L
Decimal 90 140 102 0.36 0 0.27 0.45 134.4 0.22 0.45
Hex 5A 8C 66 24 0 1B 2D 86 16 2D
Octal 132 214 146 44 0 33 55 206 26 55
Binary 1011010 10001100 1100110 100100 0 11011 101101 10000110 10110 101101

Color Harmonies of #5A8C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8C66

Black with #5A8C66

Text Example


Text Example

White with #5A8C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,140,102); }

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

background-color css

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

 a { background-color: rgb(90,140,102); }

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

border-color css

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

 span { border-color: rgb(90,140,102); }

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