#6F823D

Color #6F823D Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #6F823D

Tints of Dingley #6F823D

Color information

#6F823D (or 0x6F823D) is unknown color: approx Dingley. HEX triplet: 6F, 82 and 3D. RGB value is (111,130,61). Sum of RGB (Red+Green+Blue) = 111+130+61=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #6F823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F823D is #907DC2. Grayscale: #747474. Windows color (decimal): -9469379 or 4031087. OLE color: 4031087.

HSL color Cylindrical-coordinate representation of color #6F823D: hue angle of 76.52º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F823D is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB11113061-
CMYK0.1500.530.49
HSL76.52º36.13%37.45%-
HSV(B)76.52º53.08%50.98%-
XYZ15.3819.687.4-
YUV116.4596.71124.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.75%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=36.75%
G=43.05%
B=20.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111130610.1500.530.4976.5236.1337.45
Hex6F823DF035314d2425
Octal1572027517065611154445
Binary110111110000010111101111101101011100011001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,130,61); }

 H1.HeaderClassName
 {
   color: #6F823D;
 }
 .AnyTagClassName
 {
   color: #6F823D;
 }
</style>
background-color css

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

 a { background-color: rgb(111,130,61); }

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

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

 span { border-color: rgb(111,130,61); }

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