Html Css Color HEX #6D700D Fiji Green

📋 copy color: '#6D700D'

red 109 ◦ green 112 ◦ blue 13

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

Shades of Fiji Green #6D700D

Tints of Fiji Green #6D700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.56%

R = 46.58%
G = 47.86%
B = 5.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6D700D (or 0x6D700D) is known color: Fiji Green. HEX triplet: 6D, 70 and 0D. RGB value is (109,112,13). Sum of RGB (Red+Green+Blue) = 109+112+13=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #6D700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D700D is #928FF2. Grayscale: #646464. Windows color (decimal): -9605107 or 880749. OLE color: 880749.

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

Color convert

RGB 109 112 13 -
CMYK 0.03 0 0.88 0.56
HSL 61.82º 0.79% 0.25% -
HSV(B) 61.82º 0.88% 0.44% -
XYZ 12.17 14.87 2.61 -
YUV 99.82 79.01 134.55 -
System Red Green Blue C M Y K H S L
Decimal 109 112 13 0.03 0 0.88 0.56 61.82 0.79 0.25
Hex 6D 70 D 3 0 58 38 3E 4F 19
Octal 155 160 15 3 0 130 70 76 117 31
Binary 1101101 1110000 1101 11 0 1011000 111000 111110 1001111 11001

Color Harmonies of #6D700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D700D

Black with #6D700D

Text Example


Text Example

White with #6D700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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