Html Css Color HEX #698152 Dingley

📋 copy color: '#698152'

red 105 ◦ green 129 ◦ blue 82

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

Shades of Dingley #698152

Tints of Dingley #698152

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.82%

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

R = 33.23%
G = 40.82%
B = 25.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#698152 (or 0x698152) is known color: Dingley. HEX triplet: 69, 81 and 52. RGB value is (105,129,82). Sum of RGB (Red+Green+Blue) = 105+129+82=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #698152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698152 is #967EAD. Grayscale: #747474. Windows color (decimal): -9862830 or 5407081. OLE color: 5407081.

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

Color convert

RGB 105 129 82 -
CMYK 0.19 0 0.36 0.49
HSL 90.64º 0.22% 0.41% -
HSV(B) 90.64º 0.36% 0.51% -
XYZ 15.2 19.31 10.91 -
YUV 116.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 105 129 82 0.19 0 0.36 0.49 90.64 0.22 0.41
Hex 69 81 52 13 0 24 31 5B 16 29
Octal 151 201 122 23 0 44 61 133 26 51
Binary 1101001 10000001 1010010 10011 0 100100 110001 1011011 10110 101001

Color Harmonies of #698152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698152

Black with #698152

Text Example


Text Example

White with #698152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698152; }

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

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

background-color css

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

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

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

border-color css

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

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

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