#6B914A

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

Shades of Dingley #6B914A

Tints of Dingley #6B914A

Color information

#6B914A (or 0x6B914A) is unknown color: approx Dingley. HEX triplet: 6B, 91 and 4A. RGB value is (107,145,74). Sum of RGB (Red+Green+Blue) = 107+145+74=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #6B914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B914A is #946EB5. Grayscale: #7D7D7D. Windows color (decimal): -9727670 or 4886891. OLE color: 4886891.

HSL color Cylindrical-coordinate representation of color #6B914A: hue angle of 92.11º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B914A is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB10714574-
CMYK0.2600.490.43
HSL92.11º32.42%42.94%-
HSV(B)92.11º48.97%56.86%-
XYZ17.4223.8710.17-
YUV125.5498.91114.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.82%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=32.82%
G=44.48%
B=22.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107145740.2600.490.4392.1132.4242.94
Hex6B914A1A0312B5c202b
Octal15322111232061531344053
Binary11010111001000110010101101001100011010111011100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,145,74); }

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

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

 a { background-color: rgb(107,145,74); }

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

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

 span { border-color: rgb(107,145,74); }

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