Html Css Color HEX #699041 Dingley

📋 copy color: '#699041'

red 105 ◦ green 144 ◦ blue 65

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

Shades of Dingley #699041

Tints of Dingley #699041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 33.44%
G = 45.86%
B = 20.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#699041 (or 0x699041) is known color: Dingley. HEX triplet: 69, 90 and 41. RGB value is (105,144,65). Sum of RGB (Red+Green+Blue) = 105+144+65=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #699041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699041 is #966FBE. Grayscale: #7B7B7B. Windows color (decimal): -9859007 or 4296809. OLE color: 4296809.

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

Color convert

RGB 105 144 65 -
CMYK 0.27 0 0.55 0.44
HSL 89.62º 0.38% 0.41% -
HSV(B) 89.62º 0.55% 0.56% -
XYZ 16.75 23.33 8.62 -
YUV 123.33 95.08 114.92 -
System Red Green Blue C M Y K H S L
Decimal 105 144 65 0.27 0 0.55 0.44 89.62 0.38 0.41
Hex 69 90 41 1B 0 37 2C 5A 26 29
Octal 151 220 101 33 0 67 54 132 46 51
Binary 1101001 10010000 1000001 11011 0 110111 101100 1011010 100110 101001

Color Harmonies of #699041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699041

Black with #699041

Text Example


Text Example

White with #699041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699041; }

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

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

background-color css

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

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

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

border-color css

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

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

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