Html Css Color HEX #6B7D3D Dingley

📋 copy color: '#6B7D3D'

red 107 ◦ green 125 ◦ blue 61

#6B7D3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #6B7D3D

Tints of Dingley #6B7D3D

RGB

 RED value IS 107 (42.19% from 255) = 36.52%

 GREEN value IS 125 (49.22% from 255) = 42.66%

 BLUE value IS 61 (24.22% from 255) = 20.82%

R = 36.52%
G = 42.66%
B = 20.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#6B7D3D (or 0x6B7D3D) is known color: Dingley. HEX triplet: 6B, 7D and 3D. RGB value is (107,125,61). Sum of RGB (Red+Green+Blue) = 107+125+61=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7D3D is #9482C2. Grayscale: #707070. Windows color (decimal): -9732803 or 4029803. OLE color: 4029803.

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

Color convert

RGB 107 125 61 -
CMYK 0.14 0 0.51 0.51
HSL 76.88º 0.34% 0.36% -
HSV(B) 76.88º 0.51% 0.49% -
XYZ 14.24 18.13 7.16 -
YUV 112.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 107 125 61 0.14 0 0.51 0.51 76.88 0.34 0.36
Hex 6B 7D 3D E 0 33 33 4D 22 24
Octal 153 175 75 16 0 63 63 115 42 44
Binary 1101011 1111101 111101 1110 0 110011 110011 1001101 100010 100100

Color Harmonies of #6B7D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7D3D

Black with #6B7D3D

Text Example


Text Example

White with #6B7D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B7D3D;
 }
 .AnyTagClassName
 {
   color: #6B7D3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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