Html Css Color HEX #699545 Dingley

📋 copy color: '#699545'

red 105 ◦ green 149 ◦ blue 69

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

Shades of Dingley #699545

Tints of Dingley #699545

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.13%

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

R = 32.51%
G = 46.13%
B = 21.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#699545 (or 0x699545) is known color: Dingley. HEX triplet: 69, 95 and 45. RGB value is (105,149,69). Sum of RGB (Red+Green+Blue) = 105+149+69=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #699545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699545 is #966ABA. Grayscale: #7F7F7F. Windows color (decimal): -9857723 or 4560233. OLE color: 4560233.

HSL color Cylindrical-coordinate representation of color #699545: hue angle of 93º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #699545 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 69 -
CMYK 0.30 0 0.54 0.42
HSL 93º 0.37% 0.43% -
HSV(B) 93º 0.54% 0.58% -
XYZ 17.65 24.93 9.51 -
YUV 126.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 105 149 69 0.30 0 0.54 0.42 93 0.37 0.43
Hex 69 95 45 1E 0 36 2A 5D 25 2B
Octal 151 225 105 36 0 66 52 135 45 53
Binary 1101001 10010101 1000101 11110 0 110110 101010 1011101 100101 101011

Color Harmonies of #699545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699545

Black with #699545

Text Example


Text Example

White with #699545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699545; }

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

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

background-color css

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

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

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

border-color css

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

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

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