Html Css Color HEX #698442 Dingley

📋 copy color: '#698442'

red 105 ◦ green 132 ◦ blue 66

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

Shades of Dingley #698442

Tints of Dingley #698442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.56%

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 34.65%
G = 43.56%
B = 21.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#698442 (or 0x698442) is known color: Dingley. HEX triplet: 69, 84 and 42. RGB value is (105,132,66). Sum of RGB (Red+Green+Blue) = 105+132+66=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #698442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698442 is #967BBD. Grayscale: #747474. Windows color (decimal): -9862078 or 4359273. OLE color: 4359273.

HSL color Cylindrical-coordinate representation of color #698442: hue angle of 84.55º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698442 is Cyan = 0.20, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 66 -
CMYK 0.20 0 0.5 0.48
HSL 84.55º 0.33% 0.39% -
HSV(B) 84.55º 0.5% 0.52% -
XYZ 15.06 19.9 8.2 -
YUV 116.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 105 132 66 0.20 0 0.5 0.48 84.55 0.33 0.39
Hex 69 84 42 14 0 32 30 55 21 27
Octal 151 204 102 24 0 62 60 125 41 47
Binary 1101001 10000100 1000010 10100 0 110010 110000 1010101 100001 100111

Color Harmonies of #698442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698442

Black with #698442

Text Example


Text Example

White with #698442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698442; }

 p { color: rgb(105,132,66); }

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

background-color css

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

 a { background-color: rgb(105,132,66); }

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

border-color css

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

 span { border-color: rgb(105,132,66); }

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