Html Css Color HEX #6A8E3D Dingley

📋 copy color: '#6A8E3D'

red 106 ◦ green 142 ◦ blue 61

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

Shades of Dingley #6A8E3D

Tints of Dingley #6A8E3D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.95%

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

R = 34.3%
G = 45.95%
B = 19.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#6A8E3D (or 0x6A8E3D) is known color: Dingley. HEX triplet: 6A, 8E and 3D. RGB value is (106,142,61). Sum of RGB (Red+Green+Blue) = 106+142+61=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8E3D is #9571C2. Grayscale: #7A7A7A. Windows color (decimal): -9793987 or 4034154. OLE color: 4034154.

HSL color Cylindrical-coordinate representation of color #6A8E3D: hue angle of 86.67º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A8E3D is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 142 61 -
CMYK 0.25 0 0.57 0.44
HSL 86.67º 0.4% 0.4% -
HSV(B) 86.67º 0.57% 0.56% -
XYZ 16.46 22.75 7.94 -
YUV 122 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 106 142 61 0.25 0 0.57 0.44 86.67 0.4 0.4
Hex 6A 8E 3D 19 0 39 2C 57 28 28
Octal 152 216 75 31 0 71 54 127 50 50
Binary 1101010 10001110 111101 11001 0 111001 101100 1010111 101000 101000

Color Harmonies of #6A8E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8E3D

Black with #6A8E3D

Text Example


Text Example

White with #6A8E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,142,61); }

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

background-color css

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

 a { background-color: rgb(106,142,61); }

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

border-color css

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

 span { border-color: rgb(106,142,61); }

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