Html Css Color HEX #698740 Dingley

📋 copy color: '#698740'

red 105 ◦ green 135 ◦ blue 64

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

Shades of Dingley #698740

Tints of Dingley #698740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.41%

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 34.54%
G = 44.41%
B = 21.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#698740 (or 0x698740) is known color: Dingley. HEX triplet: 69, 87 and 40. RGB value is (105,135,64). Sum of RGB (Red+Green+Blue) = 105+135+64=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #698740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698740 is #9678BF. Grayscale: #767676. Windows color (decimal): -9861312 or 4228969. OLE color: 4228969.

HSL color Cylindrical-coordinate representation of color #698740: hue angle of 85.35º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #698740 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 135 64 -
CMYK 0.22 0 0.53 0.47
HSL 85.35º 0.36% 0.39% -
HSV(B) 85.35º 0.53% 0.53% -
XYZ 15.42 20.7 8.03 -
YUV 117.94 97.56 118.77 -
System Red Green Blue C M Y K H S L
Decimal 105 135 64 0.22 0 0.53 0.47 85.35 0.36 0.39
Hex 69 87 40 16 0 35 2F 55 24 27
Octal 151 207 100 26 0 65 57 125 44 47
Binary 1101001 10000111 1000000 10110 0 110101 101111 1010101 100100 100111

Color Harmonies of #698740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698740

Black with #698740

Text Example


Text Example

White with #698740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698740; }

 p { color: rgb(105,135,64); }

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

background-color css

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

 a { background-color: rgb(105,135,64); }

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

border-color css

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

 span { border-color: rgb(105,135,64); }

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