Html Css Color HEX #698545 Dingley

📋 copy color: '#698545'

red 105 ◦ green 133 ◦ blue 69

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

Shades of Dingley #698545

Tints of Dingley #698545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.32%

 BLUE value IS 69 (27.34% from 255) = 22.48%

R = 34.2%
G = 43.32%
B = 22.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#698545 (or 0x698545) is known color: Dingley. HEX triplet: 69, 85 and 45. RGB value is (105,133,69). Sum of RGB (Red+Green+Blue) = 105+133+69=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #698545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698545 is #967ABA. Grayscale: #757575. Windows color (decimal): -9861819 or 4556137. OLE color: 4556137.

HSL color Cylindrical-coordinate representation of color #698545: hue angle of 86.25º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698545 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 69 -
CMYK 0.21 0 0.48 0.48
HSL 86.25º 0.32% 0.4% -
HSV(B) 86.25º 0.48% 0.52% -
XYZ 15.29 20.21 8.73 -
YUV 117.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 105 133 69 0.21 0 0.48 0.48 86.25 0.32 0.4
Hex 69 85 45 15 0 30 30 56 20 28
Octal 151 205 105 25 0 60 60 126 40 50
Binary 1101001 10000101 1000101 10101 0 110000 110000 1010110 100000 101000

Color Harmonies of #698545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698545

Black with #698545

Text Example


Text Example

White with #698545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698545; }

 p { color: rgb(105,133,69); }

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

background-color css

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

 a { background-color: rgb(105,133,69); }

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

border-color css

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

 span { border-color: rgb(105,133,69); }

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