Html Css Color HEX #699044 Dingley

📋 copy color: '#699044'

red 105 ◦ green 144 ◦ blue 68

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

Shades of Dingley #699044

Tints of Dingley #699044

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.43%

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 33.12%
G = 45.43%
B = 21.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#699044 (or 0x699044) is known color: Dingley. HEX triplet: 69, 90 and 44. RGB value is (105,144,68). Sum of RGB (Red+Green+Blue) = 105+144+68=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #699044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699044 is #966FBB. Grayscale: #7B7B7B. Windows color (decimal): -9859004 or 4493417. OLE color: 4493417.

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

Color convert

RGB 105 144 68 -
CMYK 0.27 0 0.53 0.44
HSL 90.79º 0.36% 0.42% -
HSV(B) 90.79º 0.53% 0.56% -
XYZ 16.84 23.37 9.09 -
YUV 123.68 96.58 114.68 -
System Red Green Blue C M Y K H S L
Decimal 105 144 68 0.27 0 0.53 0.44 90.79 0.36 0.42
Hex 69 90 44 1B 0 35 2C 5B 24 2A
Octal 151 220 104 33 0 65 54 133 44 52
Binary 1101001 10010000 1000100 11011 0 110101 101100 1011011 100100 101010

Color Harmonies of #699044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699044

Black with #699044

Text Example


Text Example

White with #699044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699044; }

 p { color: rgb(105,144,68); }

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

background-color css

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

 a { background-color: rgb(105,144,68); }

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

border-color css

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

 span { border-color: rgb(105,144,68); }

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