Html Css Color HEX #699140 Dingley

📋 copy color: '#699140'

red 105 ◦ green 145 ◦ blue 64

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

Shades of Dingley #699140

Tints of Dingley #699140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.18%

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

R = 33.44%
G = 46.18%
B = 20.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#699140 (or 0x699140) is known color: Dingley. HEX triplet: 69, 91 and 40. RGB value is (105,145,64). Sum of RGB (Red+Green+Blue) = 105+145+64=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #699140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699140 is #966EBF. Grayscale: #7C7C7C. Windows color (decimal): -9858752 or 4231529. OLE color: 4231529.

HSL color Cylindrical-coordinate representation of color #699140: hue angle of 89.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699140 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 145 64 -
CMYK 0.28 0 0.56 0.43
HSL 89.63º 0.39% 0.41% -
HSV(B) 89.63º 0.56% 0.57% -
XYZ 16.88 23.62 8.52 -
YUV 123.81 94.25 114.59 -
System Red Green Blue C M Y K H S L
Decimal 105 145 64 0.28 0 0.56 0.43 89.63 0.39 0.41
Hex 69 91 40 1C 0 38 2B 5A 27 29
Octal 151 221 100 34 0 70 53 132 47 51
Binary 1101001 10010001 1000000 11100 0 111000 101011 1011010 100111 101001

Color Harmonies of #699140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699140

Black with #699140

Text Example


Text Example

White with #699140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699140; }

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

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

background-color css

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

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

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

border-color css

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

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

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