Html Css Color HEX #686814 Fiji Green

📋 copy color: '#686814'

red 104 ◦ green 104 ◦ blue 20

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

Shades of Fiji Green #686814

Tints of Fiji Green #686814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.61%

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

R = 45.61%
G = 45.61%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#686814 (or 0x686814) is known color: Fiji Green. HEX triplet: 68, 68 and 14. RGB value is (104,104,20). Sum of RGB (Red+Green+Blue) = 104+104+20=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686814 is #9797EB. Grayscale: #5E5E5E. Windows color (decimal): -9934828 or 1337448. OLE color: 1337448.

HSL color Cylindrical-coordinate representation of color #686814: hue angle of 60º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #686814 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 104 20 -
CMYK 0 0 0.81 0.59
HSL 60º 0.68% 0.24% -
HSV(B) 60º 0.81% 0.41% -
XYZ 10.79 12.89 2.58 -
YUV 94.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 104 104 20 0 0 0.81 0.59 60 0.68 0.24
Hex 68 68 14 0 0 51 3B 3C 44 18
Octal 150 150 24 0 0 121 73 74 104 30
Binary 1101000 1101000 10100 0 0 1010001 111011 111100 1000100 11000

Color Harmonies of #686814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686814

Black with #686814

Text Example


Text Example

White with #686814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686814; }

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

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

background-color css

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

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

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

border-color css

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

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

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