#6B924B

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

Shades of Dingley #6B924B

Tints of Dingley #6B924B

Color information

#6B924B (or 0x6B924B) is unknown color: approx Dingley. HEX triplet: 6B, 92 and 4B. RGB value is (107,146,75). Sum of RGB (Red+Green+Blue) = 107+146+75=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #6B924B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B924B is #946DB4. Grayscale: #7E7E7E. Windows color (decimal): -9727413 or 4952683. OLE color: 4952683.

HSL color Cylindrical-coordinate representation of color #6B924B: hue angle of 92.96º 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 #6B924B is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB10714675-
CMYK0.2700.490.43
HSL92.96º32.13%43.33%-
HSV(B)92.96º48.63%57.25%-
XYZ17.6124.1910.4-
YUV126.2499.08114.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.62%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=32.62%
G=44.51%
B=22.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107146750.2700.490.4392.9632.1343.33
Hex6B924B1B0312B5d202b
Octal15322211333061531354053
Binary11010111001001010010111101101100011010111011101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,146,75); }

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

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

 a { background-color: rgb(107,146,75); }

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

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

 span { border-color: rgb(107,146,75); }

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