Html Css Color HEX #698252 Dingley

📋 copy color: '#698252'

red 105 ◦ green 130 ◦ blue 82

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

Shades of Dingley #698252

Tints of Dingley #698252

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 82 (32.42% from 255) = 25.87%

R = 33.12%
G = 41.01%
B = 25.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#698252 (or 0x698252) is known color: Dingley. HEX triplet: 69, 82 and 52. RGB value is (105,130,82). Sum of RGB (Red+Green+Blue) = 105+130+82=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #698252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698252 is #967DAD. Grayscale: #757575. Windows color (decimal): -9862574 or 5407337. OLE color: 5407337.

HSL color Cylindrical-coordinate representation of color #698252: hue angle of 91.25º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #698252 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 82 -
CMYK 0.19 0 0.37 0.49
HSL 91.25º 0.23% 0.42% -
HSV(B) 91.25º 0.37% 0.51% -
XYZ 15.33 19.58 10.95 -
YUV 117.05 108.22 119.4 -
System Red Green Blue C M Y K H S L
Decimal 105 130 82 0.19 0 0.37 0.49 91.25 0.23 0.42
Hex 69 82 52 13 0 25 31 5B 17 2A
Octal 151 202 122 23 0 45 61 133 27 52
Binary 1101001 10000010 1010010 10011 0 100101 110001 1011011 10111 101010

Color Harmonies of #698252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698252

Black with #698252

Text Example


Text Example

White with #698252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698252; }

 p { color: rgb(105,130,82); }

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

background-color css

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

 a { background-color: rgb(105,130,82); }

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

border-color css

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

 span { border-color: rgb(105,130,82); }

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