Html Css Color HEX #5F8F6B Laurel

📋 copy color: '#5F8F6B'

red 95 ◦ green 143 ◦ blue 107

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

Shades of Laurel #5F8F6B

Tints of Laurel #5F8F6B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.45%

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 27.54%
G = 41.45%
B = 31.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#5F8F6B (or 0x5F8F6B) is known color: Laurel. HEX triplet: 5F, 8F and 6B. RGB value is (95,143,107). Sum of RGB (Red+Green+Blue) = 95+143+107=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #5F8F6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8F6B is #A07094. Grayscale: #7C7C7C. Windows color (decimal): -10514581 or 7049055. OLE color: 7049055.

HSL color Cylindrical-coordinate representation of color #5F8F6B: hue angle of 135º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F8F6B is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 95 143 107 -
CMYK 0.34 0 0.25 0.44
HSL 135º 0.2% 0.47% -
HSV(B) 135º 0.34% 0.56% -
XYZ 17.2 23.14 17.47 -
YUV 124.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 95 143 107 0.34 0 0.25 0.44 135 0.2 0.47
Hex 5F 8F 6B 22 0 19 2C 87 14 2F
Octal 137 217 153 42 0 31 54 207 24 57
Binary 1011111 10001111 1101011 100010 0 11001 101100 10000111 10100 101111

Color Harmonies of #5F8F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8F6B

Black with #5F8F6B

Text Example


Text Example

White with #5F8F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,143,107); }

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

background-color css

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

 a { background-color: rgb(95,143,107); }

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

border-color css

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

 span { border-color: rgb(95,143,107); }

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