Html Css Color HEX #69826B Laurel

📋 copy color: '#69826B'

red 105 ◦ green 130 ◦ blue 107

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

Shades of Laurel #69826B

Tints of Laurel #69826B

RGB

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

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

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

R = 30.7%
G = 38.01%
B = 31.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#69826B (or 0x69826B) is known color: Laurel. HEX triplet: 69, 82 and 6B. RGB value is (105,130,107). Sum of RGB (Red+Green+Blue) = 105+130+107=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #69826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69826B is #967D94. Grayscale: #777777. Windows color (decimal): -9862549 or 7045737. OLE color: 7045737.

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

Color convert

RGB 105 130 107 -
CMYK 0.19 0 0.18 0.49
HSL 124.8º 0.11% 0.46% -
HSV(B) 124.8º 0.19% 0.51% -
XYZ 16.46 20.03 16.91 -
YUV 119.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 105 130 107 0.19 0 0.18 0.49 124.8 0.11 0.46
Hex 69 82 6B 13 0 12 31 7D B 2E
Octal 151 202 153 23 0 22 61 175 13 56
Binary 1101001 10000010 1101011 10011 0 10010 110001 1111101 1011 101110

Color Harmonies of #69826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69826B

Black with #69826B

Text Example


Text Example

White with #69826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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