Html Css Color HEX #699345 Dingley

📋 copy color: '#699345'

red 105 ◦ green 147 ◦ blue 69

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

Shades of Dingley #699345

Tints of Dingley #699345

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.79%

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

R = 32.71%
G = 45.79%
B = 21.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#699345 (or 0x699345) is known color: Dingley. HEX triplet: 69, 93 and 45. RGB value is (105,147,69). Sum of RGB (Red+Green+Blue) = 105+147+69=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #699345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699345 is #966CBA. Grayscale: #7D7D7D. Windows color (decimal): -9858235 or 4559721. OLE color: 4559721.

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

Color convert

RGB 105 147 69 -
CMYK 0.29 0 0.53 0.42
HSL 92.31º 0.36% 0.42% -
HSV(B) 92.31º 0.53% 0.58% -
XYZ 17.33 24.3 9.41 -
YUV 125.55 96.09 113.34 -
System Red Green Blue C M Y K H S L
Decimal 105 147 69 0.29 0 0.53 0.42 92.31 0.36 0.42
Hex 69 93 45 1D 0 35 2A 5C 24 2A
Octal 151 223 105 35 0 65 52 134 44 52
Binary 1101001 10010011 1000101 11101 0 110101 101010 1011100 100100 101010

Color Harmonies of #699345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699345

Black with #699345

Text Example


Text Example

White with #699345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699345; }

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

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

background-color css

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

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

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

border-color css

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

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

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