Html Css Color HEX #5F8A6A Laurel

📋 copy color: '#5F8A6A'

red 95 ◦ green 138 ◦ blue 106

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

Shades of Laurel #5F8A6A

Tints of Laurel #5F8A6A

RGB

 RED value IS 95 (37.5% from 255) = 28.02%

 GREEN value IS 138 (54.3% from 255) = 40.71%

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 28.02%
G = 40.71%
B = 31.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#5F8A6A (or 0x5F8A6A) is known color: Laurel. HEX triplet: 5F, 8A and 6A. RGB value is (95,138,106). Sum of RGB (Red+Green+Blue) = 95+138+106=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #5F8A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8A6A is #A07595. Grayscale: #797979. Windows color (decimal): -10515862 or 6982239. OLE color: 6982239.

HSL color Cylindrical-coordinate representation of color #5F8A6A: hue angle of 135.35º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F8A6A is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 95 138 106 -
CMYK 0.31 0 0.23 0.46
HSL 135.35º 0.18% 0.46% -
HSV(B) 135.35º 0.31% 0.54% -
XYZ 16.41 21.65 16.95 -
YUV 121.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 95 138 106 0.31 0 0.23 0.46 135.35 0.18 0.46
Hex 5F 8A 6A 1F 0 17 2E 87 12 2E
Octal 137 212 152 37 0 27 56 207 22 56
Binary 1011111 10001010 1101010 11111 0 10111 101110 10000111 10010 101110

Color Harmonies of #5F8A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8A6A

Black with #5F8A6A

Text Example


Text Example

White with #5F8A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,138,106); }

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

background-color css

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

 a { background-color: rgb(95,138,106); }

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

border-color css

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

 span { border-color: rgb(95,138,106); }

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