Html Css Color HEX #69736A Laurel

📋 copy color: '#69736A'

red 105 ◦ green 115 ◦ blue 106

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

Shades of Laurel #69736A

Tints of Laurel #69736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.28%

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

R = 32.21%
G = 35.28%
B = 32.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#69736A (or 0x69736A) is known color: Laurel. HEX triplet: 69, 73 and 6A. RGB value is (105,115,106). Sum of RGB (Red+Green+Blue) = 105+115+106=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 115 - color contains mainly: green. Hex color #69736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69736A is #968C95. Grayscale: #6F6F6F. Windows color (decimal): -9866390 or 6976361. OLE color: 6976361.

HSL color Cylindrical-coordinate representation of color #69736A: hue angle of 126º 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 #69736A is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 115 106 -
CMYK 0.09 0 0.08 0.55
HSL 126º 0.05% 0.43% -
HSV(B) 126º 0.09% 0.45% -
XYZ 14.56 16.31 16.02 -
YUV 110.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 105 115 106 0.09 0 0.08 0.55 126 0.05 0.43
Hex 69 73 6A 9 0 8 37 7E 5 2B
Octal 151 163 152 11 0 10 67 176 5 53
Binary 1101001 1110011 1101010 1001 0 1000 110111 1111110 101 101011

Color Harmonies of #69736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69736A

Black with #69736A

Text Example


Text Example

White with #69736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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