Html Css Color HEX #69746A Laurel

📋 copy color: '#69746A'

red 105 ◦ green 116 ◦ blue 106

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

Shades of Laurel #69746A

Tints of Laurel #69746A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

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

R = 32.11%
G = 35.47%
B = 32.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#69746A (or 0x69746A) is known color: Laurel. HEX triplet: 69, 74 and 6A. RGB value is (105,116,106). Sum of RGB (Red+Green+Blue) = 105+116+106=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 116 - color contains mainly: green. Hex color #69746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69746A is #968B95. Grayscale: #6F6F6F. Windows color (decimal): -9866134 or 6976617. OLE color: 6976617.

HSL color Cylindrical-coordinate representation of color #69746A: hue angle of 125.45º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #69746A is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 116 106 -
CMYK 0.09 0 0.09 0.55
HSL 125.45º 0.05% 0.43% -
HSV(B) 125.45º 0.09% 0.45% -
XYZ 14.67 16.53 16.05 -
YUV 111.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 105 116 106 0.09 0 0.09 0.55 125.45 0.05 0.43
Hex 69 74 6A 9 0 9 37 7D 5 2B
Octal 151 164 152 11 0 11 67 175 5 53
Binary 1101001 1110100 1101010 1001 0 1001 110111 1111101 101 101011

Color Harmonies of #69746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69746A

Black with #69746A

Text Example


Text Example

White with #69746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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