Html Css Color HEX #5A8B67 Laurel

📋 copy color: '#5A8B67'

red 90 ◦ green 139 ◦ blue 103

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

Shades of Laurel #5A8B67

Tints of Laurel #5A8B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.02%

R = 27.11%
G = 41.87%
B = 31.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#5A8B67 (or 0x5A8B67) is known color: Laurel. HEX triplet: 5A, 8B and 67. RGB value is (90,139,103). Sum of RGB (Red+Green+Blue) = 90+139+103=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8B67 is #A57498. Grayscale: #787878. Windows color (decimal): -10843289 or 6785882. OLE color: 6785882.

HSL color Cylindrical-coordinate representation of color #5A8B67: hue angle of 135.92º 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 #5A8B67 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 139 103 -
CMYK 0.35 0 0.26 0.45
HSL 135.92º 0.21% 0.45% -
HSV(B) 135.92º 0.35% 0.55% -
XYZ 15.9 21.62 16.17 -
YUV 120.25 118.27 106.43 -
System Red Green Blue C M Y K H S L
Decimal 90 139 103 0.35 0 0.26 0.45 135.92 0.21 0.45
Hex 5A 8B 67 23 0 1A 2D 88 15 2D
Octal 132 213 147 43 0 32 55 210 25 55
Binary 1011010 10001011 1100111 100011 0 11010 101101 10001000 10101 101101

Color Harmonies of #5A8B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8B67

Black with #5A8B67

Text Example


Text Example

White with #5A8B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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