Html Css Color HEX #69836A Laurel

📋 copy color: '#69836A'

red 105 ◦ green 131 ◦ blue 106

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

Shades of Laurel #69836A

Tints of Laurel #69836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.3%

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

R = 30.7%
G = 38.3%
B = 30.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#69836A (or 0x69836A) is known color: Laurel. HEX triplet: 69, 83 and 6A. RGB value is (105,131,106). Sum of RGB (Red+Green+Blue) = 105+131+106=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #69836A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69836A is #967C95. Grayscale: #787878. Windows color (decimal): -9862294 or 6980457. OLE color: 6980457.

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

Color convert

RGB 105 131 106 -
CMYK 0.20 0 0.19 0.49
HSL 122.31º 0.11% 0.46% -
HSV(B) 122.31º 0.2% 0.51% -
XYZ 16.54 20.28 16.68 -
YUV 120.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 105 131 106 0.20 0 0.19 0.49 122.31 0.11 0.46
Hex 69 83 6A 14 0 13 31 7A B 2E
Octal 151 203 152 24 0 23 61 172 13 56
Binary 1101001 10000011 1101010 10100 0 10011 110001 1111010 1011 101110

Color Harmonies of #69836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69836A

Black with #69836A

Text Example


Text Example

White with #69836A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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