Html Css Color HEX #699248 Dingley

📋 copy color: '#699248'

red 105 ◦ green 146 ◦ blue 72

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

Shades of Dingley #699248

Tints of Dingley #699248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.2%

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 32.51%
G = 45.2%
B = 22.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#699248 (or 0x699248) is known color: Dingley. HEX triplet: 69, 92 and 48. RGB value is (105,146,72). Sum of RGB (Red+Green+Blue) = 105+146+72=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #699248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699248 is #966DB7. Grayscale: #7D7D7D. Windows color (decimal): -9858488 or 4756073. OLE color: 4756073.

HSL color Cylindrical-coordinate representation of color #699248: hue angle of 93.24º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #699248 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 72 -
CMYK 0.28 0 0.51 0.43
HSL 93.24º 0.34% 0.43% -
HSV(B) 93.24º 0.51% 0.57% -
XYZ 17.27 24.03 9.86 -
YUV 125.31 97.92 113.52 -
System Red Green Blue C M Y K H S L
Decimal 105 146 72 0.28 0 0.51 0.43 93.24 0.34 0.43
Hex 69 92 48 1C 0 33 2B 5D 22 2B
Octal 151 222 110 34 0 63 53 135 42 53
Binary 1101001 10010010 1001000 11100 0 110011 101011 1011101 100010 101011

Color Harmonies of #699248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699248

Black with #699248

Text Example


Text Example

White with #699248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699248; }

 p { color: rgb(105,146,72); }

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

background-color css

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

 a { background-color: rgb(105,146,72); }

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

border-color css

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

 span { border-color: rgb(105,146,72); }

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