Html Css Color HEX #6B856F Laurel

📋 copy color: '#6B856F'

red 107 ◦ green 133 ◦ blue 111

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

Shades of Laurel #6B856F

Tints of Laurel #6B856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.89%

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 30.48%
G = 37.89%
B = 31.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#6B856F (or 0x6B856F) is known color: Laurel. HEX triplet: 6B, 85 and 6F. RGB value is (107,133,111). Sum of RGB (Red+Green+Blue) = 107+133+111=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #6B856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B856F is #947A90. Grayscale: #7A7A7A. Windows color (decimal): -9730705 or 7308651. OLE color: 7308651.

HSL color Cylindrical-coordinate representation of color #6B856F: hue angle of 129.23º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B856F is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 133 111 -
CMYK 0.20 0 0.17 0.48
HSL 129.23º 0.11% 0.47% -
HSV(B) 129.23º 0.2% 0.52% -
XYZ 17.32 21.05 18.19 -
YUV 122.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 107 133 111 0.20 0 0.17 0.48 129.23 0.11 0.47
Hex 6B 85 6F 14 0 11 30 81 B 2F
Octal 153 205 157 24 0 21 60 201 13 57
Binary 1101011 10000101 1101111 10100 0 10001 110000 10000001 1011 101111

Color Harmonies of #6B856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B856F

Black with #6B856F

Text Example


Text Example

White with #6B856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,133,111); }

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

background-color css

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

 a { background-color: rgb(107,133,111); }

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

border-color css

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

 span { border-color: rgb(107,133,111); }

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