Html Css Color HEX #686C14 Fiji Green

📋 copy color: '#686C14'

red 104 ◦ green 108 ◦ blue 20

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

Shades of Fiji Green #686C14

Tints of Fiji Green #686C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.55%

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

R = 44.83%
G = 46.55%
B = 8.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#686C14 (or 0x686C14) is known color: Fiji Green. HEX triplet: 68, 6C and 14. RGB value is (104,108,20). Sum of RGB (Red+Green+Blue) = 104+108+20=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #686C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686C14 is #9793EB. Grayscale: #616161. Windows color (decimal): -9933804 or 1338472. OLE color: 1338472.

HSL color Cylindrical-coordinate representation of color #686C14: hue angle of 62.73º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #686C14 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 108 20 -
CMYK 0.04 0 0.81 0.58
HSL 62.73º 0.69% 0.25% -
HSV(B) 62.73º 0.81% 0.42% -
XYZ 11.2 13.72 2.72 -
YUV 96.77 84.67 133.16 -
System Red Green Blue C M Y K H S L
Decimal 104 108 20 0.04 0 0.81 0.58 62.73 0.69 0.25
Hex 68 6C 14 4 0 51 3A 3F 45 19
Octal 150 154 24 4 0 121 72 77 105 31
Binary 1101000 1101100 10100 100 0 1010001 111010 111111 1000101 11001

Color Harmonies of #686C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C14

Black with #686C14

Text Example


Text Example

White with #686C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,108,20); }

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

background-color css

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

 a { background-color: rgb(104,108,20); }

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

border-color css

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

 span { border-color: rgb(104,108,20); }

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