Html Css Color HEX #6E8C3F Dingley

📋 copy color: '#6E8C3F'

red 110 ◦ green 140 ◦ blue 63

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

Shades of Dingley #6E8C3F

Tints of Dingley #6E8C3F

RGB

 RED value IS 110 (43.36% from 255) = 35.14%

 GREEN value IS 140 (55.08% from 255) = 44.73%

 BLUE value IS 63 (25% from 255) = 20.13%

R = 35.14%
G = 44.73%
B = 20.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#6E8C3F (or 0x6E8C3F) is known color: Dingley. HEX triplet: 6E, 8C and 3F. RGB value is (110,140,63). Sum of RGB (Red+Green+Blue) = 110+140+63=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #6E8C3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8C3F is #9173C0. Grayscale: #7A7A7A. Windows color (decimal): -9532353 or 4164718. OLE color: 4164718.

HSL color Cylindrical-coordinate representation of color #6E8C3F: hue angle of 83.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E8C3F is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 140 63 -
CMYK 0.21 0 0.55 0.45
HSL 83.38º 0.38% 0.4% -
HSV(B) 83.38º 0.55% 0.55% -
XYZ 16.71 22.43 8.15 -
YUV 122.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 110 140 63 0.21 0 0.55 0.45 83.38 0.38 0.4
Hex 6E 8C 3F 15 0 37 2D 53 26 28
Octal 156 214 77 25 0 67 55 123 46 50
Binary 1101110 10001100 111111 10101 0 110111 101101 1010011 100110 101000

Color Harmonies of #6E8C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8C3F

Black with #6E8C3F

Text Example


Text Example

White with #6E8C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,140,63); }

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

background-color css

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

 a { background-color: rgb(110,140,63); }

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

border-color css

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

 span { border-color: rgb(110,140,63); }

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