Html Css Color HEX #69766A Laurel

📋 copy color: '#69766A'

red 105 ◦ green 118 ◦ blue 106

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

Shades of Laurel #69766A

Tints of Laurel #69766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

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

R = 31.91%
G = 35.87%
B = 32.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#69766A (or 0x69766A) is known color: Laurel. HEX triplet: 69, 76 and 6A. RGB value is (105,118,106). Sum of RGB (Red+Green+Blue) = 105+118+106=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #69766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69766A is #968995. Grayscale: #707070. Windows color (decimal): -9865622 or 6977129. OLE color: 6977129.

HSL color Cylindrical-coordinate representation of color #69766A: hue angle of 124.62º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #69766A is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 106 -
CMYK 0.11 0 0.10 0.54
HSL 124.62º 0.06% 0.44% -
HSV(B) 124.62º 0.11% 0.46% -
XYZ 14.91 17 16.13 -
YUV 112.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 105 118 106 0.11 0 0.10 0.54 124.62 0.06 0.44
Hex 69 76 6A B 0 A 36 7D 6 2C
Octal 151 166 152 13 0 12 66 175 6 54
Binary 1101001 1110110 1101010 1011 0 1010 110110 1111101 110 101100

Color Harmonies of #69766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69766A

Black with #69766A

Text Example


Text Example

White with #69766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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