Html Css Color HEX #698E4B Dingley

📋 copy color: '#698E4B'

red 105 ◦ green 142 ◦ blue 75

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

Shades of Dingley #698E4B

Tints of Dingley #698E4B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.1%

 BLUE value IS 75 (29.69% from 255) = 23.29%

R = 32.61%
G = 44.1%
B = 23.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#698E4B (or 0x698E4B) is known color: Dingley. HEX triplet: 69, 8E and 4B. RGB value is (105,142,75). Sum of RGB (Red+Green+Blue) = 105+142+75=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 142 - color contains mainly: green. Hex color #698E4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698E4B is #9671B4. Grayscale: #7B7B7B. Windows color (decimal): -9859509 or 4951657. OLE color: 4951657.

HSL color Cylindrical-coordinate representation of color #698E4B: hue angle of 93.13º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #698E4B is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 142 75 -
CMYK 0.26 0 0.47 0.44
HSL 93.13º 0.31% 0.43% -
HSV(B) 93.13º 0.47% 0.56% -
XYZ 16.77 22.86 10.18 -
YUV 123.3 100.74 114.95 -
System Red Green Blue C M Y K H S L
Decimal 105 142 75 0.26 0 0.47 0.44 93.13 0.31 0.43
Hex 69 8E 4B 1A 0 2F 2C 5D 1F 2B
Octal 151 216 113 32 0 57 54 135 37 53
Binary 1101001 10001110 1001011 11010 0 101111 101100 1011101 11111 101011

Color Harmonies of #698E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698E4B

Black with #698E4B

Text Example


Text Example

White with #698E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,142,75); }

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

background-color css

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

 a { background-color: rgb(105,142,75); }

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

border-color css

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

 span { border-color: rgb(105,142,75); }

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