Html Css Color HEX #69826E Laurel

📋 copy color: '#69826E'

red 105 ◦ green 130 ◦ blue 110

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

Shades of Laurel #69826E

Tints of Laurel #69826E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 30.43%
G = 37.68%
B = 31.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#69826E (or 0x69826E) is known color: Laurel. HEX triplet: 69, 82 and 6E. RGB value is (105,130,110). Sum of RGB (Red+Green+Blue) = 105+130+110=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #69826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69826E is #967D91. Grayscale: #787878. Windows color (decimal): -9862546 or 7242345. OLE color: 7242345.

HSL color Cylindrical-coordinate representation of color #69826E: hue angle of 132º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #69826E is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 110 -
CMYK 0.19 0 0.15 0.49
HSL 132º 0.11% 0.46% -
HSV(B) 132º 0.19% 0.51% -
XYZ 16.62 20.09 17.75 -
YUV 120.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 105 130 110 0.19 0 0.15 0.49 132 0.11 0.46
Hex 69 82 6E 13 0 F 31 84 B 2E
Octal 151 202 156 23 0 17 61 204 13 56
Binary 1101001 10000010 1101110 10011 0 1111 110001 10000100 1011 101110

Color Harmonies of #69826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69826E

Black with #69826E

Text Example


Text Example

White with #69826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69826E; }

 p { color: rgb(105,130,110); }

 H1.HeaderClassName
 {
   color: #69826E;
 }
 .AnyTagClassName
 {
   color: #69826E;
 }
</style>

background-color css

<style>
 a { background-color: #69826E; }

 a { background-color: rgb(105,130,110); }

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

border-color css

<style>
 span { border-color: #69826E; }

 span { border-color: rgb(105,130,110); }

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