Html Css Color HEX #69776B Laurel

📋 copy color: '#69776B'

red 105 ◦ green 119 ◦ blue 107

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

Shades of Laurel #69776B

Tints of Laurel #69776B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.95%

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

R = 31.72%
G = 35.95%
B = 32.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#69776B (or 0x69776B) is known color: Laurel. HEX triplet: 69, 77 and 6B. RGB value is (105,119,107). Sum of RGB (Red+Green+Blue) = 105+119+107=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #69776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69776B is #968894. Grayscale: #717171. Windows color (decimal): -9865365 or 7042921. OLE color: 7042921.

HSL color Cylindrical-coordinate representation of color #69776B: hue angle of 128.57º degrees, saturation: 0.06, 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 #69776B is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 119 107 -
CMYK 0.12 0 0.10 0.53
HSL 128.57º 0.06% 0.44% -
HSV(B) 128.57º 0.12% 0.47% -
XYZ 15.08 17.26 16.45 -
YUV 113.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 105 119 107 0.12 0 0.10 0.53 128.57 0.06 0.44
Hex 69 77 6B C 0 A 35 81 6 2C
Octal 151 167 153 14 0 12 65 201 6 54
Binary 1101001 1110111 1101011 1100 0 1010 110101 10000001 110 101100

Color Harmonies of #69776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69776B

Black with #69776B

Text Example


Text Example

White with #69776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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