Html Css Color HEX #6F854D Dingley

📋 copy color: '#6F854D'

red 111 ◦ green 133 ◦ blue 77

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

Shades of Dingley #6F854D

Tints of Dingley #6F854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.43%

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 34.58%
G = 41.43%
B = 23.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#6F854D (or 0x6F854D) is known color: Dingley. HEX triplet: 6F, 85 and 4D. RGB value is (111,133,77). Sum of RGB (Red+Green+Blue) = 111+133+77=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #6F854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F854D is #907AB2. Grayscale: #787878. Windows color (decimal): -9468595 or 5080431. OLE color: 5080431.

HSL color Cylindrical-coordinate representation of color #6F854D: hue angle of 83.57º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F854D is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 133 77 -
CMYK 0.17 0 0.42 0.48
HSL 83.57º 0.27% 0.41% -
HSV(B) 83.57º 0.42% 0.52% -
XYZ 16.28 20.69 10.16 -
YUV 120.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 111 133 77 0.17 0 0.42 0.48 83.57 0.27 0.41
Hex 6F 85 4D 11 0 2A 30 54 1B 29
Octal 157 205 115 21 0 52 60 124 33 51
Binary 1101111 10000101 1001101 10001 0 101010 110000 1010100 11011 101001

Color Harmonies of #6F854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F854D

Black with #6F854D

Text Example


Text Example

White with #6F854D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,133,77); }

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

background-color css

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

 a { background-color: rgb(111,133,77); }

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

border-color css

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

 span { border-color: rgb(111,133,77); }

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