Html Css Color HEX #698041 Dingley

📋 copy color: '#698041'

red 105 ◦ green 128 ◦ blue 65

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

Shades of Dingley #698041

Tints of Dingley #698041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 35.23%
G = 42.95%
B = 21.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#698041 (or 0x698041) is known color: Dingley. HEX triplet: 69, 80 and 41. RGB value is (105,128,65). Sum of RGB (Red+Green+Blue) = 105+128+65=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #698041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698041 is #967FBE. Grayscale: #727272. Windows color (decimal): -9863103 or 4292713. OLE color: 4292713.

HSL color Cylindrical-coordinate representation of color #698041: hue angle of 81.9º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #698041 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 65 -
CMYK 0.18 0 0.49 0.50
HSL 81.9º 0.33% 0.38% -
HSV(B) 81.9º 0.49% 0.5% -
XYZ 14.5 18.82 7.87 -
YUV 113.94 100.38 121.62 -
System Red Green Blue C M Y K H S L
Decimal 105 128 65 0.18 0 0.49 0.50 81.9 0.33 0.38
Hex 69 80 41 12 0 31 32 52 21 26
Octal 151 200 101 22 0 61 62 122 41 46
Binary 1101001 10000000 1000001 10010 0 110001 110010 1010010 100001 100110

Color Harmonies of #698041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698041

Black with #698041

Text Example


Text Example

White with #698041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698041; }

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

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

background-color css

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

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

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

border-color css

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

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

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