Html Css Color HEX #698A45 Dingley

📋 copy color: '#698A45'

red 105 ◦ green 138 ◦ blue 69

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

Shades of Dingley #698A45

Tints of Dingley #698A45

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.23%

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

R = 33.65%
G = 44.23%
B = 22.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.5

 K value IS 0.46

RGB Variations

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

Color information

#698A45 (or 0x698A45) is known color: Dingley. HEX triplet: 69, 8A and 45. RGB value is (105,138,69). Sum of RGB (Red+Green+Blue) = 105+138+69=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #698A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698A45 is #9675BA. Grayscale: #787878. Windows color (decimal): -9860539 or 4557417. OLE color: 4557417.

HSL color Cylindrical-coordinate representation of color #698A45: hue angle of 88.7º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698A45 is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 138 69 -
CMYK 0.24 0 0.5 0.46
HSL 88.7º 0.33% 0.41% -
HSV(B) 88.7º 0.5% 0.54% -
XYZ 15.99 21.61 8.96 -
YUV 120.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 105 138 69 0.24 0 0.5 0.46 88.7 0.33 0.41
Hex 69 8A 45 18 0 32 2E 59 21 29
Octal 151 212 105 30 0 62 56 131 41 51
Binary 1101001 10001010 1000101 11000 0 110010 101110 1011001 100001 101001

Color Harmonies of #698A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698A45

Black with #698A45

Text Example


Text Example

White with #698A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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