Html Css Color HEX #6B8B71 Laurel

📋 copy color: '#6B8B71'

red 107 ◦ green 139 ◦ blue 113

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

Shades of Laurel #6B8B71

Tints of Laurel #6B8B71

RGB

 RED value IS 107 (42.19% from 255) = 29.81%

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

 BLUE value IS 113 (44.53% from 255) = 31.48%

R = 29.81%
G = 38.72%
B = 31.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#6B8B71 (or 0x6B8B71) is known color: Laurel. HEX triplet: 6B, 8B and 71. RGB value is (107,139,113). Sum of RGB (Red+Green+Blue) = 107+139+113=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8B71 is #94748E. Grayscale: #7E7E7E. Windows color (decimal): -9729167 or 7441259. OLE color: 7441259.

HSL color Cylindrical-coordinate representation of color #6B8B71: hue angle of 131.25º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B8B71 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 139 113 -
CMYK 0.23 0 0.19 0.45
HSL 131.25º 0.13% 0.48% -
HSV(B) 131.25º 0.23% 0.55% -
XYZ 18.28 22.78 19.06 -
YUV 126.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 107 139 113 0.23 0 0.19 0.45 131.25 0.13 0.48
Hex 6B 8B 71 17 0 13 2D 83 D 30
Octal 153 213 161 27 0 23 55 203 15 60
Binary 1101011 10001011 1110001 10111 0 10011 101101 10000011 1101 110000

Color Harmonies of #6B8B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8B71

Black with #6B8B71

Text Example


Text Example

White with #6B8B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B8B71; }

 p { color: rgb(107,139,113); }

 H1.HeaderClassName
 {
   color: #6B8B71;
 }
 .AnyTagClassName
 {
   color: #6B8B71;
 }
</style>

background-color css

<style>
 a { background-color: #6B8B71; }

 a { background-color: rgb(107,139,113); }

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

border-color css

<style>
 span { border-color: #6B8B71; }

 span { border-color: rgb(107,139,113); }

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