Html Css Color HEX #69786B Laurel

📋 copy color: '#69786B'

red 105 ◦ green 120 ◦ blue 107

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

Shades of Laurel #69786B

Tints of Laurel #69786B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 31.63%
G = 36.14%
B = 32.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#69786B (or 0x69786B) is known color: Laurel. HEX triplet: 69, 78 and 6B. RGB value is (105,120,107). Sum of RGB (Red+Green+Blue) = 105+120+107=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 120 - color contains mainly: green. Hex color #69786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69786B is #968794. Grayscale: #727272. Windows color (decimal): -9865109 or 7043177. OLE color: 7043177.

HSL color Cylindrical-coordinate representation of color #69786B: hue angle of 128º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #69786B is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 120 107 -
CMYK 0.13 0 0.11 0.53
HSL 128º 0.07% 0.44% -
HSV(B) 128º 0.13% 0.47% -
XYZ 15.2 17.5 16.49 -
YUV 114.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 105 120 107 0.13 0 0.11 0.53 128 0.07 0.44
Hex 69 78 6B D 0 B 35 80 7 2C
Octal 151 170 153 15 0 13 65 200 7 54
Binary 1101001 1111000 1101011 1101 0 1011 110101 10000000 111 101100

Color Harmonies of #69786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69786B

Black with #69786B

Text Example


Text Example

White with #69786B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69786B; }

 p { color: rgb(105,120,107); }

 H1.HeaderClassName
 {
   color: #69786B;
 }
 .AnyTagClassName
 {
   color: #69786B;
 }
</style>

background-color css

<style>
 a { background-color: #69786B; }

 a { background-color: rgb(105,120,107); }

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

border-color css

<style>
 span { border-color: #69786B; }

 span { border-color: rgb(105,120,107); }

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