Html Css Color HEX #69804A Dingley

📋 copy color: '#69804A'

red 105 ◦ green 128 ◦ blue 74

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

Shades of Dingley #69804A

Tints of Dingley #69804A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.69%

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 34.2%
G = 41.69%
B = 24.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#69804A (or 0x69804A) is known color: Dingley. HEX triplet: 69, 80 and 4A. RGB value is (105,128,74). Sum of RGB (Red+Green+Blue) = 105+128+74=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #69804A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69804A is #967FB5. Grayscale: #737373. Windows color (decimal): -9863094 or 4882537. OLE color: 4882537.

HSL color Cylindrical-coordinate representation of color #69804A: hue angle of 85.56º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69804A is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 74 -
CMYK 0.18 0 0.42 0.50
HSL 85.56º 0.27% 0.4% -
HSV(B) 85.56º 0.42% 0.5% -
XYZ 14.78 18.94 9.35 -
YUV 114.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 105 128 74 0.18 0 0.42 0.50 85.56 0.27 0.4
Hex 69 80 4A 12 0 2A 32 56 1B 28
Octal 151 200 112 22 0 52 62 126 33 50
Binary 1101001 10000000 1001010 10010 0 101010 110010 1010110 11011 101000

Color Harmonies of #69804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69804A

Black with #69804A

Text Example


Text Example

White with #69804A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,128,74); }

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

background-color css

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

 a { background-color: rgb(105,128,74); }

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

border-color css

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

 span { border-color: rgb(105,128,74); }

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