Html Css Color HEX #69796A Laurel

📋 copy color: '#69796A'

red 105 ◦ green 121 ◦ blue 106

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

Shades of Laurel #69796A

Tints of Laurel #69796A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.45%

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 31.63%
G = 36.45%
B = 31.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#69796A (or 0x69796A) is known color: Laurel. HEX triplet: 69, 79 and 6A. RGB value is (105,121,106). Sum of RGB (Red+Green+Blue) = 105+121+106=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #69796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69796A is #968695. Grayscale: #727272. Windows color (decimal): -9864854 or 6977897. OLE color: 6977897.

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

Color convert

RGB 105 121 106 -
CMYK 0.13 0 0.12 0.53
HSL 123.75º 0.07% 0.44% -
HSV(B) 123.75º 0.13% 0.47% -
XYZ 15.26 17.72 16.25 -
YUV 114.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 105 121 106 0.13 0 0.12 0.53 123.75 0.07 0.44
Hex 69 79 6A D 0 C 35 7C 7 2C
Octal 151 171 152 15 0 14 65 174 7 54
Binary 1101001 1111001 1101010 1101 0 1100 110101 1111100 111 101100

Color Harmonies of #69796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69796A

Black with #69796A

Text Example


Text Example

White with #69796A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69796A; }

 p { color: rgb(105,121,106); }

 H1.HeaderClassName
 {
   color: #69796A;
 }
 .AnyTagClassName
 {
   color: #69796A;
 }
</style>

background-color css

<style>
 a { background-color: #69796A; }

 a { background-color: rgb(105,121,106); }

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

border-color css

<style>
 span { border-color: #69796A; }

 span { border-color: rgb(105,121,106); }

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