Html Css Color HEX #686D13 Fiji Green

📋 copy color: '#686D13'

red 104 ◦ green 109 ◦ blue 19

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

Shades of Fiji Green #686D13

Tints of Fiji Green #686D13

RGB

 RED value IS 104 (41.02% from 255) = 44.83%

 GREEN value IS 109 (42.97% from 255) = 46.98%

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

R = 44.83%
G = 46.98%
B = 8.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#686D13 (or 0x686D13) is known color: Fiji Green. HEX triplet: 68, 6D and 13. RGB value is (104,109,19). Sum of RGB (Red+Green+Blue) = 104+109+19=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #686D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686D13 is #9792EC. Grayscale: #616161. Windows color (decimal): -9933549 or 1273192. OLE color: 1273192.

HSL color Cylindrical-coordinate representation of color #686D13: hue angle of 63.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #686D13 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 109 19 -
CMYK 0.05 0 0.83 0.57
HSL 63.33º 0.7% 0.25% -
HSV(B) 63.33º 0.83% 0.43% -
XYZ 11.3 13.93 2.71 -
YUV 97.25 83.84 132.82 -
System Red Green Blue C M Y K H S L
Decimal 104 109 19 0.05 0 0.83 0.57 63.33 0.7 0.25
Hex 68 6D 13 5 0 53 39 3F 46 19
Octal 150 155 23 5 0 123 71 77 106 31
Binary 1101000 1101101 10011 101 0 1010011 111001 111111 1000110 11001

Color Harmonies of #686D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D13

Black with #686D13

Text Example


Text Example

White with #686D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686D13; }

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

 H1.HeaderClassName
 {
   color: #686D13;
 }
 .AnyTagClassName
 {
   color: #686D13;
 }
</style>

background-color css

<style>
 a { background-color: #686D13; }

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

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

border-color css

<style>
 span { border-color: #686D13; }

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

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