Html Css Color HEX #6F894B Dingley

📋 copy color: '#6F894B'

red 111 ◦ green 137 ◦ blue 75

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

Shades of Dingley #6F894B

Tints of Dingley #6F894B

RGB

 RED value IS 111 (43.75% from 255) = 34.37%

 GREEN value IS 137 (53.91% from 255) = 42.41%

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

R = 34.37%
G = 42.41%
B = 23.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#6F894B (or 0x6F894B) is known color: Dingley. HEX triplet: 6F, 89 and 4B. RGB value is (111,137,75). Sum of RGB (Red+Green+Blue) = 111+137+75=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #6F894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F894B is #9076B4. Grayscale: #7A7A7A. Windows color (decimal): -9467573 or 4950383. OLE color: 4950383.

HSL color Cylindrical-coordinate representation of color #6F894B: hue angle of 85.16º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F894B is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 137 75 -
CMYK 0.19 0 0.45 0.46
HSL 85.16º 0.29% 0.42% -
HSV(B) 85.16º 0.45% 0.54% -
XYZ 16.77 21.78 9.98 -
YUV 122.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 111 137 75 0.19 0 0.45 0.46 85.16 0.29 0.42
Hex 6F 89 4B 13 0 2D 2E 55 1D 2A
Octal 157 211 113 23 0 55 56 125 35 52
Binary 1101111 10001001 1001011 10011 0 101101 101110 1010101 11101 101010

Color Harmonies of #6F894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F894B

Black with #6F894B

Text Example


Text Example

White with #6F894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F894B; }

 p { color: rgb(111,137,75); }

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

background-color css

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

 a { background-color: rgb(111,137,75); }

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

border-color css

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

 span { border-color: rgb(111,137,75); }

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