Html Css Color HEX #69836B Laurel

📋 copy color: '#69836B'

red 105 ◦ green 131 ◦ blue 107

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

Shades of Laurel #69836B

Tints of Laurel #69836B

RGB

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

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

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

R = 30.61%
G = 38.19%
B = 31.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#69836B (or 0x69836B) is known color: Laurel. HEX triplet: 69, 83 and 6B. RGB value is (105,131,107). Sum of RGB (Red+Green+Blue) = 105+131+107=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #69836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69836B is #967C94. Grayscale: #787878. Windows color (decimal): -9862293 or 7045993. OLE color: 7045993.

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

Color convert

RGB 105 131 107 -
CMYK 0.20 0 0.18 0.49
HSL 124.62º 0.11% 0.46% -
HSV(B) 124.62º 0.2% 0.51% -
XYZ 16.6 20.3 16.95 -
YUV 120.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 105 131 107 0.20 0 0.18 0.49 124.62 0.11 0.46
Hex 69 83 6B 14 0 12 31 7D B 2E
Octal 151 203 153 24 0 22 61 175 13 56
Binary 1101001 10000011 1101011 10100 0 10010 110001 1111101 1011 101110

Color Harmonies of #69836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69836B

Black with #69836B

Text Example


Text Example

White with #69836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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