Html Css Color HEX #6A8A46 Dingley

📋 copy color: '#6A8A46'

red 106 ◦ green 138 ◦ blue 70

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

Shades of Dingley #6A8A46

Tints of Dingley #6A8A46

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.95%

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 33.76%
G = 43.95%
B = 22.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#6A8A46 (or 0x6A8A46) is known color: Dingley. HEX triplet: 6A, 8A and 46. RGB value is (106,138,70). Sum of RGB (Red+Green+Blue) = 106+138+70=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8A46 is #9575B9. Grayscale: #787878. Windows color (decimal): -9795002 or 4622954. OLE color: 4622954.

HSL color Cylindrical-coordinate representation of color #6A8A46: hue angle of 88.24º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A8A46 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 138 70 -
CMYK 0.23 0 0.49 0.46
HSL 88.24º 0.33% 0.41% -
HSV(B) 88.24º 0.49% 0.54% -
XYZ 16.14 21.68 9.13 -
YUV 120.68 99.4 117.53 -
System Red Green Blue C M Y K H S L
Decimal 106 138 70 0.23 0 0.49 0.46 88.24 0.33 0.41
Hex 6A 8A 46 17 0 31 2E 58 21 29
Octal 152 212 106 27 0 61 56 130 41 51
Binary 1101010 10001010 1000110 10111 0 110001 101110 1011000 100001 101001

Color Harmonies of #6A8A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8A46

Black with #6A8A46

Text Example


Text Example

White with #6A8A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,138,70); }

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

background-color css

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

 a { background-color: rgb(106,138,70); }

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

border-color css

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

 span { border-color: rgb(106,138,70); }

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