Html Css Color HEX #69844F Dingley

📋 copy color: '#69844F'

red 105 ◦ green 132 ◦ blue 79

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

Shades of Dingley #69844F

Tints of Dingley #69844F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.77%

 BLUE value IS 79 (31.25% from 255) = 25%

R = 33.23%
G = 41.77%
B = 25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#69844F (or 0x69844F) is known color: Dingley. HEX triplet: 69, 84 and 4F. RGB value is (105,132,79). Sum of RGB (Red+Green+Blue) = 105+132+79=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #69844F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69844F is #967BB0. Grayscale: #767676. Windows color (decimal): -9862065 or 5211241. OLE color: 5211241.

HSL color Cylindrical-coordinate representation of color #69844F: hue angle of 90.57º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69844F is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 79 -
CMYK 0.20 0 0.40 0.48
HSL 90.57º 0.25% 0.41% -
HSV(B) 90.57º 0.4% 0.52% -
XYZ 15.49 20.07 10.45 -
YUV 117.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 105 132 79 0.20 0 0.40 0.48 90.57 0.25 0.41
Hex 69 84 4F 14 0 28 30 5B 19 29
Octal 151 204 117 24 0 50 60 133 31 51
Binary 1101001 10000100 1001111 10100 0 101000 110000 1011011 11001 101001

Color Harmonies of #69844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69844F

Black with #69844F

Text Example


Text Example

White with #69844F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,132,79); }

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

background-color css

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

 a { background-color: rgb(105,132,79); }

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

border-color css

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

 span { border-color: rgb(105,132,79); }

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