#6B8B3D

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

Shades of Dingley #6B8B3D

Tints of Dingley #6B8B3D

Color information

#6B8B3D (or 0x6B8B3D) is unknown color: approx Dingley. HEX triplet: 6B, 8B and 3D. RGB value is (107,139,61). Sum of RGB (Red+Green+Blue) = 107+139+61=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8B3D is #9474C2. Grayscale: #787878. Windows color (decimal): -9729219 or 4033387. OLE color: 4033387.

HSL color Cylindrical-coordinate representation of color #6B8B3D: hue angle of 84.62º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B8B3D is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB10713961-
CMYK0.2300.560.45
HSL84.62º39%39.22%-
HSV(B)84.62º56.12%54.51%-
XYZ16.1421.937.8-
YUV120.5494.4118.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.85%
GREEN value IS 139 (54.69% from 255) = 45.28%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=34.85%
G=45.28%
B=19.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107139610.2300.560.4584.623939.22
Hex6B8B3D170382D552727
Octal1532137527070551254747
Binary1101011100010111111011011101110001011011010101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,139,61); }

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

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

 a { background-color: rgb(107,139,61); }

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

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

 span { border-color: rgb(107,139,61); }

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