Html Css Color HEX #69856C Laurel

📋 copy color: '#69856C'

red 105 ◦ green 133 ◦ blue 108

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

Shades of Laurel #69856C

Tints of Laurel #69856C

RGB

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

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

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

R = 30.35%
G = 38.44%
B = 31.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#69856C (or 0x69856C) is known color: Laurel. HEX triplet: 69, 85 and 6C. RGB value is (105,133,108). Sum of RGB (Red+Green+Blue) = 105+133+108=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #69856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69856C is #967A93. Grayscale: #797979. Windows color (decimal): -9861780 or 7112041. OLE color: 7112041.

HSL color Cylindrical-coordinate representation of color #69856C: hue angle of 126.43º 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 #69856C is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 108 -
CMYK 0.21 0 0.19 0.48
HSL 126.43º 0.12% 0.47% -
HSV(B) 126.43º 0.21% 0.52% -
XYZ 16.92 20.86 17.32 -
YUV 121.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 105 133 108 0.21 0 0.19 0.48 126.43 0.12 0.47
Hex 69 85 6C 15 0 13 30 7E C 2F
Octal 151 205 154 25 0 23 60 176 14 57
Binary 1101001 10000101 1101100 10101 0 10011 110000 1111110 1100 101111

Color Harmonies of #69856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69856C

Black with #69856C

Text Example


Text Example

White with #69856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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