Html Css Color HEX #69826D Laurel

📋 copy color: '#69826D'

red 105 ◦ green 130 ◦ blue 109

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

Shades of Laurel #69826D

Tints of Laurel #69826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 30.52%
G = 37.79%
B = 31.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#69826D (or 0x69826D) is known color: Laurel. HEX triplet: 69, 82 and 6D. RGB value is (105,130,109). Sum of RGB (Red+Green+Blue) = 105+130+109=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 130 - color contains mainly: green. Hex color #69826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69826D is #967D92. Grayscale: #787878. Windows color (decimal): -9862547 or 7176809. OLE color: 7176809.

HSL color Cylindrical-coordinate representation of color #69826D: hue angle of 129.6º 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 #69826D is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 109 -
CMYK 0.19 0 0.16 0.49
HSL 129.6º 0.11% 0.46% -
HSV(B) 129.6º 0.19% 0.51% -
XYZ 16.57 20.07 17.47 -
YUV 120.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 105 130 109 0.19 0 0.16 0.49 129.6 0.11 0.46
Hex 69 82 6D 13 0 10 31 82 B 2E
Octal 151 202 155 23 0 20 61 202 13 56
Binary 1101001 10000010 1101101 10011 0 10000 110001 10000010 1011 101110

Color Harmonies of #69826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69826D

Black with #69826D

Text Example


Text Example

White with #69826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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