Html Css Color HEX #6D8014 Fiji Green

📋 copy color: '#6D8014'

red 109 ◦ green 128 ◦ blue 20

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

Shades of Fiji Green #6D8014

Tints of Fiji Green #6D8014

RGB

 RED value IS 109 (42.97% from 255) = 42.41%

 GREEN value IS 128 (50.39% from 255) = 49.81%

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 42.41%
G = 49.81%
B = 7.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#6D8014 (or 0x6D8014) is known color: Fiji Green. HEX triplet: 6D, 80 and 14. RGB value is (109,128,20). Sum of RGB (Red+Green+Blue) = 109+128+20=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #6D8014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8014 is #927FEB. Grayscale: #6E6E6E. Windows color (decimal): -9601004 or 1343597. OLE color: 1343597.

HSL color Cylindrical-coordinate representation of color #6D8014: hue angle of 70.56º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D8014 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 128 20 -
CMYK 0.15 0 0.84 0.50
HSL 70.56º 0.73% 0.29% -
HSV(B) 70.56º 0.84% 0.5% -
XYZ 14.15 18.74 3.53 -
YUV 110.01 77.21 127.28 -
System Red Green Blue C M Y K H S L
Decimal 109 128 20 0.15 0 0.84 0.50 70.56 0.73 0.29
Hex 6D 80 14 F 0 54 32 47 49 1D
Octal 155 200 24 17 0 124 62 107 111 35
Binary 1101101 10000000 10100 1111 0 1010100 110010 1000111 1001001 11101

Color Harmonies of #6D8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8014

Black with #6D8014

Text Example


Text Example

White with #6D8014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,128,20); }

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

background-color css

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

 a { background-color: rgb(109,128,20); }

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

border-color css

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

 span { border-color: rgb(109,128,20); }

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