Html Css Color HEX #6A7D4B Dingley

📋 copy color: '#6A7D4B'

red 106 ◦ green 125 ◦ blue 75

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

Shades of Dingley #6A7D4B

Tints of Dingley #6A7D4B

RGB

 RED value IS 106 (41.8% from 255) = 34.64%

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

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 34.64%
G = 40.85%
B = 24.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#6A7D4B (or 0x6A7D4B) is known color: Dingley. HEX triplet: 6A, 7D and 4B. RGB value is (106,125,75). Sum of RGB (Red+Green+Blue) = 106+125+75=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 125 - color contains mainly: green. Hex color #6A7D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7D4B is #9582B4. Grayscale: #717171. Windows color (decimal): -9798325 or 4947306. OLE color: 4947306.

HSL color Cylindrical-coordinate representation of color #6A7D4B: hue angle of 82.8º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A7D4B is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 106 125 75 -
CMYK 0.15 0 0.40 0.51
HSL 82.8º 0.25% 0.39% -
HSV(B) 82.8º 0.4% 0.49% -
XYZ 14.55 18.24 9.41 -
YUV 113.62 106.21 122.57 -
System Red Green Blue C M Y K H S L
Decimal 106 125 75 0.15 0 0.40 0.51 82.8 0.25 0.39
Hex 6A 7D 4B F 0 28 33 53 19 27
Octal 152 175 113 17 0 50 63 123 31 47
Binary 1101010 1111101 1001011 1111 0 101000 110011 1010011 11001 100111

Color Harmonies of #6A7D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7D4B

Black with #6A7D4B

Text Example


Text Example

White with #6A7D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,125,75); }

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

background-color css

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

 a { background-color: rgb(106,125,75); }

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

border-color css

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

 span { border-color: rgb(106,125,75); }

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