Html Css Color HEX #69834D Dingley

📋 copy color: '#69834D'

red 105 ◦ green 131 ◦ blue 77

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

Shades of Dingley #69834D

Tints of Dingley #69834D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.6%

R = 33.55%
G = 41.85%
B = 24.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#69834D (or 0x69834D) is known color: Dingley. HEX triplet: 69, 83 and 4D. RGB value is (105,131,77). Sum of RGB (Red+Green+Blue) = 105+131+77=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #69834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69834D is #967CB2. Grayscale: #757575. Windows color (decimal): -9862323 or 5079913. OLE color: 5079913.

HSL color Cylindrical-coordinate representation of color #69834D: hue angle of 88.89º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69834D is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 77 -
CMYK 0.20 0 0.41 0.49
HSL 88.89º 0.26% 0.41% -
HSV(B) 88.89º 0.41% 0.51% -
XYZ 15.28 19.77 10.03 -
YUV 117.07 105.39 119.39 -
System Red Green Blue C M Y K H S L
Decimal 105 131 77 0.20 0 0.41 0.49 88.89 0.26 0.41
Hex 69 83 4D 14 0 29 31 59 1A 29
Octal 151 203 115 24 0 51 61 131 32 51
Binary 1101001 10000011 1001101 10100 0 101001 110001 1011001 11010 101001

Color Harmonies of #69834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69834D

Black with #69834D

Text Example


Text Example

White with #69834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69834D; }

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

 H1.HeaderClassName
 {
   color: #69834D;
 }
 .AnyTagClassName
 {
   color: #69834D;
 }
</style>

background-color css

<style>
 a { background-color: #69834D; }

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

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

border-color css

<style>
 span { border-color: #69834D; }

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

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