Html Css Color HEX #6A7B40 Dingley

📋 copy color: '#6A7B40'

red 106 ◦ green 123 ◦ blue 64

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

Shades of Dingley #6A7B40

Tints of Dingley #6A7B40

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.98%

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 36.18%
G = 41.98%
B = 21.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#6A7B40 (or 0x6A7B40) is known color: Dingley. HEX triplet: 6A, 7B and 40. RGB value is (106,123,64). Sum of RGB (Red+Green+Blue) = 106+123+64=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7B40 is #9584BF. Grayscale: #6F6F6F. Windows color (decimal): -9798848 or 4225898. OLE color: 4225898.

HSL color Cylindrical-coordinate representation of color #6A7B40: hue angle of 77.29º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A7B40 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 106 123 64 -
CMYK 0.14 0 0.48 0.52
HSL 77.29º 0.32% 0.37% -
HSV(B) 77.29º 0.48% 0.48% -
XYZ 13.95 17.6 7.51 -
YUV 111.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 106 123 64 0.14 0 0.48 0.52 77.29 0.32 0.37
Hex 6A 7B 40 E 0 30 34 4D 20 25
Octal 152 173 100 16 0 60 64 115 40 45
Binary 1101010 1111011 1000000 1110 0 110000 110100 1001101 100000 100101

Color Harmonies of #6A7B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7B40

Black with #6A7B40

Text Example


Text Example

White with #6A7B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,123,64); }

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

background-color css

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

 a { background-color: rgb(106,123,64); }

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

border-color css

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

 span { border-color: rgb(106,123,64); }

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