Html Css Color HEX #69846C Laurel

📋 copy color: '#69846C'

red 105 ◦ green 132 ◦ blue 108

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

Shades of Laurel #69846C

Tints of Laurel #69846C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.26%

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 30.43%
G = 38.26%
B = 31.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#69846C (or 0x69846C) is known color: Laurel. HEX triplet: 69, 84 and 6C. RGB value is (105,132,108). Sum of RGB (Red+Green+Blue) = 105+132+108=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #69846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69846C is #967B93. Grayscale: #797979. Windows color (decimal): -9862036 or 7111785. OLE color: 7111785.

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

Color convert

RGB 105 132 108 -
CMYK 0.20 0 0.18 0.48
HSL 126.67º 0.11% 0.46% -
HSV(B) 126.67º 0.2% 0.52% -
XYZ 16.78 20.59 17.28 -
YUV 121.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 105 132 108 0.20 0 0.18 0.48 126.67 0.11 0.46
Hex 69 84 6C 14 0 12 30 7F B 2E
Octal 151 204 154 24 0 22 60 177 13 56
Binary 1101001 10000100 1101100 10100 0 10010 110000 1111111 1011 101110

Color Harmonies of #69846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69846C

Black with #69846C

Text Example


Text Example

White with #69846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69846C; }

 p { color: rgb(105,132,108); }

 H1.HeaderClassName
 {
   color: #69846C;
 }
 .AnyTagClassName
 {
   color: #69846C;
 }
</style>

background-color css

<style>
 a { background-color: #69846C; }

 a { background-color: rgb(105,132,108); }

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

border-color css

<style>
 span { border-color: #69846C; }

 span { border-color: rgb(105,132,108); }

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