Html Css Color HEX #69836F Laurel

📋 copy color: '#69836F'

red 105 ◦ green 131 ◦ blue 111

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

Shades of Laurel #69836F

Tints of Laurel #69836F

RGB

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

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

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

R = 30.26%
G = 37.75%
B = 31.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#69836F (or 0x69836F) is known color: Laurel. HEX triplet: 69, 83 and 6F. RGB value is (105,131,111). Sum of RGB (Red+Green+Blue) = 105+131+111=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 131 - color contains mainly: green. Hex color #69836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69836F is #967C90. Grayscale: #797979. Windows color (decimal): -9862289 or 7308137. OLE color: 7308137.

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

Color convert

RGB 105 131 111 -
CMYK 0.20 0 0.15 0.49
HSL 133.85º 0.11% 0.46% -
HSV(B) 133.85º 0.2% 0.51% -
XYZ 16.81 20.38 18.09 -
YUV 120.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 105 131 111 0.20 0 0.15 0.49 133.85 0.11 0.46
Hex 69 83 6F 14 0 F 31 86 B 2E
Octal 151 203 157 24 0 17 61 206 13 56
Binary 1101001 10000011 1101111 10100 0 1111 110001 10000110 1011 101110

Color Harmonies of #69836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69836F

Black with #69836F

Text Example


Text Example

White with #69836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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