Html Css Color HEX #69826F Laurel

📋 copy color: '#69826F'

red 105 ◦ green 130 ◦ blue 111

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

Shades of Laurel #69826F

Tints of Laurel #69826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 30.35%
G = 37.57%
B = 32.08%

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

#69826F (or 0x69826F) is known color: Laurel. HEX triplet: 69, 82 and 6F. RGB value is (105,130,111). Sum of RGB (Red+Green+Blue) = 105+130+111=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #69826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69826F is #967D90. Grayscale: #787878. Windows color (decimal): -9862545 or 7307881. OLE color: 7307881.

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

Color convert

RGB 105 130 111 -
CMYK 0.19 0 0.15 0.49
HSL 134.4º 0.11% 0.46% -
HSV(B) 134.4º 0.19% 0.51% -
XYZ 16.68 20.12 18.04 -
YUV 120.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 105 130 111 0.19 0 0.15 0.49 134.4 0.11 0.46
Hex 69 82 6F 13 0 F 31 86 B 2E
Octal 151 202 157 23 0 17 61 206 13 56
Binary 1101001 10000010 1101111 10011 0 1111 110001 10000110 1011 101110

Color Harmonies of #69826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69826F

Black with #69826F

Text Example


Text Example

White with #69826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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