Html Css Color HEX #686D0E Fiji Green

📋 copy color: '#686D0E'

red 104 ◦ green 109 ◦ blue 14

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

Shades of Fiji Green #686D0E

Tints of Fiji Green #686D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.17%

R = 45.81%
G = 48.02%
B = 6.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.57

RGB Variations

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

Color information

#686D0E (or 0x686D0E) is known color: Fiji Green. HEX triplet: 68, 6D and 0E. RGB value is (104,109,14). Sum of RGB (Red+Green+Blue) = 104+109+14=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 109 - color contains mainly: green. Hex color #686D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686D0E is #9792F1. Grayscale: #616161. Windows color (decimal): -9933554 or 945512. OLE color: 945512.

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

Color convert

RGB 104 109 14 -
CMYK 0.05 0 0.87 0.57
HSL 63.16º 0.77% 0.24% -
HSV(B) 63.16º 0.87% 0.43% -
XYZ 11.26 13.91 2.51 -
YUV 96.68 81.34 133.22 -
System Red Green Blue C M Y K H S L
Decimal 104 109 14 0.05 0 0.87 0.57 63.16 0.77 0.24
Hex 68 6D E 5 0 57 39 3F 4D 18
Octal 150 155 16 5 0 127 71 77 115 30
Binary 1101000 1101101 1110 101 0 1010111 111001 111111 1001101 11000

Color Harmonies of #686D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D0E

Black with #686D0E

Text Example


Text Example

White with #686D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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