Html Css Color HEX #69856F Laurel

📋 copy color: '#69856F'

red 105 ◦ green 133 ◦ blue 111

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

Shades of Laurel #69856F

Tints of Laurel #69856F

RGB

 RED value IS 105 (41.41% from 255) = 30.09%

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

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

R = 30.09%
G = 38.11%
B = 31.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#69856F (or 0x69856F) is known color: Laurel. HEX triplet: 69, 85 and 6F. RGB value is (105,133,111). Sum of RGB (Red+Green+Blue) = 105+133+111=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #69856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69856F is #967A90. Grayscale: #7A7A7A. Windows color (decimal): -9861777 or 7308649. OLE color: 7308649.

HSL color Cylindrical-coordinate representation of color #69856F: hue angle of 132.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #69856F is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 111 -
CMYK 0.21 0 0.17 0.48
HSL 132.86º 0.12% 0.47% -
HSV(B) 132.86º 0.21% 0.52% -
XYZ 17.08 20.93 18.18 -
YUV 122.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 105 133 111 0.21 0 0.17 0.48 132.86 0.12 0.47
Hex 69 85 6F 15 0 11 30 85 C 2F
Octal 151 205 157 25 0 21 60 205 14 57
Binary 1101001 10000101 1101111 10101 0 10001 110000 10000101 1100 101111

Color Harmonies of #69856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69856F

Black with #69856F

Text Example


Text Example

White with #69856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69856F; }

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

 H1.HeaderClassName
 {
   color: #69856F;
 }
 .AnyTagClassName
 {
   color: #69856F;
 }
</style>

background-color css

<style>
 a { background-color: #69856F; }

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

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

border-color css

<style>
 span { border-color: #69856F; }

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

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