#6A893A

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

Shades of Dingley #6A893A

Tints of Dingley #6A893A

Color information

#6A893A (or 0x6A893A) is unknown color: approx Dingley. HEX triplet: 6A, 89 and 3A. RGB value is (106,137,58). Sum of RGB (Red+Green+Blue) = 106+137+58=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #6A893A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A893A is #9576C5. Grayscale: #777777. Windows color (decimal): -9795270 or 3836266. OLE color: 3836266.

HSL color Cylindrical-coordinate representation of color #6A893A: hue angle of 83.54º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A893A is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB10613758-
CMYK0.2300.580.46
HSL83.54º40.51%38.24%-
HSV(B)83.54º57.66%53.73%-
XYZ15.6521.267.28-
YUV118.7293.73118.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=35.22%
G=45.51%
B=19.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106137580.2300.580.4683.5440.5138.24
Hex6A893A1703A2E542926
Octal1522117227072561245146
Binary1101010100010011110101011101110101011101010100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,137,58); }

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

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

 a { background-color: rgb(106,137,58); }

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

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

 span { border-color: rgb(106,137,58); }

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