Html Css Color HEX #698D4B Dingley

📋 copy color: '#698D4B'

red 105 ◦ green 141 ◦ blue 75

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

Shades of Dingley #698D4B

Tints of Dingley #698D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.93%

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

R = 32.71%
G = 43.93%
B = 23.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#698D4B (or 0x698D4B) is known color: Dingley. HEX triplet: 69, 8D and 4B. RGB value is (105,141,75). Sum of RGB (Red+Green+Blue) = 105+141+75=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #698D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D4B is #9672B4. Grayscale: #7A7A7A. Windows color (decimal): -9859765 or 4951401. OLE color: 4951401.

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

Color convert

RGB 105 141 75 -
CMYK 0.26 0 0.47 0.45
HSL 92.73º 0.31% 0.42% -
HSV(B) 92.73º 0.47% 0.55% -
XYZ 16.62 22.56 10.14 -
YUV 122.71 101.07 115.37 -
System Red Green Blue C M Y K H S L
Decimal 105 141 75 0.26 0 0.47 0.45 92.73 0.31 0.42
Hex 69 8D 4B 1A 0 2F 2D 5D 1F 2A
Octal 151 215 113 32 0 57 55 135 37 52
Binary 1101001 10001101 1001011 11010 0 101111 101101 1011101 11111 101010

Color Harmonies of #698D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D4B

Black with #698D4B

Text Example


Text Example

White with #698D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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