Html Css Color HEX #698345 Dingley

📋 copy color: '#698345'

red 105 ◦ green 131 ◦ blue 69

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

Shades of Dingley #698345

Tints of Dingley #698345

RGB

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

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

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

R = 34.43%
G = 42.95%
B = 22.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#698345 (or 0x698345) is known color: Dingley. HEX triplet: 69, 83 and 45. RGB value is (105,131,69). Sum of RGB (Red+Green+Blue) = 105+131+69=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #698345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698345 is #967CBA. Grayscale: #747474. Windows color (decimal): -9862331 or 4555625. OLE color: 4555625.

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

Color convert

RGB 105 131 69 -
CMYK 0.20 0 0.47 0.49
HSL 85.16º 0.31% 0.39% -
HSV(B) 85.16º 0.47% 0.51% -
XYZ 15.02 19.67 8.63 -
YUV 116.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 105 131 69 0.20 0 0.47 0.49 85.16 0.31 0.39
Hex 69 83 45 14 0 2F 31 55 1F 27
Octal 151 203 105 24 0 57 61 125 37 47
Binary 1101001 10000011 1000101 10100 0 101111 110001 1010101 11111 100111

Color Harmonies of #698345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698345

Black with #698345

Text Example


Text Example

White with #698345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698345; }

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

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

background-color css

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

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

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

border-color css

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

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

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