Html Css Color HEX #6D7013 Fiji Green

📋 copy color: '#6D7013'

red 109 ◦ green 112 ◦ blue 19

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

Shades of Fiji Green #6D7013

Tints of Fiji Green #6D7013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.67%

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 45.42%
G = 46.67%
B = 7.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#6D7013 (or 0x6D7013) is known color: Fiji Green. HEX triplet: 6D, 70 and 13. RGB value is (109,112,19). Sum of RGB (Red+Green+Blue) = 109+112+19=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7013 is #928FEC. Grayscale: #646464. Windows color (decimal): -9605101 or 1273965. OLE color: 1273965.

HSL color Cylindrical-coordinate representation of color #6D7013: hue angle of 61.94º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D7013 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 112 19 -
CMYK 0.03 0 0.83 0.56
HSL 61.94º 0.71% 0.26% -
HSV(B) 61.94º 0.83% 0.44% -
XYZ 12.22 14.89 2.85 -
YUV 100.5 82.01 134.06 -
System Red Green Blue C M Y K H S L
Decimal 109 112 19 0.03 0 0.83 0.56 61.94 0.71 0.26
Hex 6D 70 13 3 0 53 38 3E 47 1A
Octal 155 160 23 3 0 123 70 76 107 32
Binary 1101101 1110000 10011 11 0 1010011 111000 111110 1000111 11010

Color Harmonies of #6D7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7013

Black with #6D7013

Text Example


Text Example

White with #6D7013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,112,19); }

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

background-color css

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

 a { background-color: rgb(109,112,19); }

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

border-color css

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

 span { border-color: rgb(109,112,19); }

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