Html Css Color HEX #698641 Dingley

📋 copy color: '#698641'

red 105 ◦ green 134 ◦ blue 65

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

Shades of Dingley #698641

Tints of Dingley #698641

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

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

R = 34.54%
G = 44.08%
B = 21.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#698641 (or 0x698641) is known color: Dingley. HEX triplet: 69, 86 and 41. RGB value is (105,134,65). Sum of RGB (Red+Green+Blue) = 105+134+65=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #698641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698641 is #9679BE. Grayscale: #757575. Windows color (decimal): -9861567 or 4294249. OLE color: 4294249.

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

Color convert

RGB 105 134 65 -
CMYK 0.22 0 0.51 0.47
HSL 85.22º 0.35% 0.39% -
HSV(B) 85.22º 0.51% 0.53% -
XYZ 15.3 20.44 8.14 -
YUV 117.46 98.39 119.11 -
System Red Green Blue C M Y K H S L
Decimal 105 134 65 0.22 0 0.51 0.47 85.22 0.35 0.39
Hex 69 86 41 16 0 33 2F 55 23 27
Octal 151 206 101 26 0 63 57 125 43 47
Binary 1101001 10000110 1000001 10110 0 110011 101111 1010101 100011 100111

Color Harmonies of #698641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698641

Black with #698641

Text Example


Text Example

White with #698641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698641; }

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

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

background-color css

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

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

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

border-color css

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

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

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