Html Css Color HEX #699145 Dingley

📋 copy color: '#699145'

red 105 ◦ green 145 ◦ blue 69

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

Shades of Dingley #699145

Tints of Dingley #699145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.63%

R = 32.92%
G = 45.45%
B = 21.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#699145 (or 0x699145) is known color: Dingley. HEX triplet: 69, 91 and 45. RGB value is (105,145,69). Sum of RGB (Red+Green+Blue) = 105+145+69=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #699145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699145 is #966EBA. Grayscale: #7C7C7C. Windows color (decimal): -9858747 or 4559209. OLE color: 4559209.

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

Color convert

RGB 105 145 69 -
CMYK 0.28 0 0.52 0.43
HSL 91.58º 0.36% 0.42% -
HSV(B) 91.58º 0.52% 0.57% -
XYZ 17.03 23.68 9.3 -
YUV 124.38 96.75 114.18 -
System Red Green Blue C M Y K H S L
Decimal 105 145 69 0.28 0 0.52 0.43 91.58 0.36 0.42
Hex 69 91 45 1C 0 34 2B 5C 24 2A
Octal 151 221 105 34 0 64 53 134 44 52
Binary 1101001 10010001 1000101 11100 0 110100 101011 1011100 100100 101010

Color Harmonies of #699145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699145

Black with #699145

Text Example


Text Example

White with #699145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699145; }

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

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

background-color css

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

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

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

border-color css

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

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

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