Html Css Color HEX #698E3D Dingley

📋 copy color: '#698E3D'

red 105 ◦ green 142 ◦ blue 61

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

Shades of Dingley #698E3D

Tints of Dingley #698E3D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.1%

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 34.09%
G = 46.1%
B = 19.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#698E3D (or 0x698E3D) is known color: Dingley. HEX triplet: 69, 8E and 3D. RGB value is (105,142,61). Sum of RGB (Red+Green+Blue) = 105+142+61=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #698E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698E3D is #9671C2. Grayscale: #797979. Windows color (decimal): -9859523 or 4034153. OLE color: 4034153.

HSL color Cylindrical-coordinate representation of color #698E3D: hue angle of 87.41º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #698E3D is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 142 61 -
CMYK 0.26 0 0.57 0.44
HSL 87.41º 0.4% 0.4% -
HSV(B) 87.41º 0.57% 0.56% -
XYZ 16.34 22.69 7.93 -
YUV 121.7 93.74 116.09 -
System Red Green Blue C M Y K H S L
Decimal 105 142 61 0.26 0 0.57 0.44 87.41 0.4 0.4
Hex 69 8E 3D 1A 0 39 2C 57 28 28
Octal 151 216 75 32 0 71 54 127 50 50
Binary 1101001 10001110 111101 11010 0 111001 101100 1010111 101000 101000

Color Harmonies of #698E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698E3D

Black with #698E3D

Text Example


Text Example

White with #698E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698E3D; }

 p { color: rgb(105,142,61); }

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

background-color css

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

 a { background-color: rgb(105,142,61); }

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

border-color css

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

 span { border-color: rgb(105,142,61); }

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