Html Css Color HEX #686813 Fiji Green

📋 copy color: '#686813'

red 104 ◦ green 104 ◦ blue 19

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

Shades of Fiji Green #686813

Tints of Fiji Green #686813

RGB

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

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

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

R = 45.81%
G = 45.81%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#686813 (or 0x686813) is known color: Fiji Green. HEX triplet: 68, 68 and 13. RGB value is (104,104,19). Sum of RGB (Red+Green+Blue) = 104+104+19=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686813 is #9797EC. Grayscale: #5E5E5E. Windows color (decimal): -9934829 or 1271912. OLE color: 1271912.

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

Color convert

RGB 104 104 19 -
CMYK 0 0 0.82 0.59
HSL 60º 0.69% 0.24% -
HSV(B) 60º 0.82% 0.41% -
XYZ 10.78 12.89 2.54 -
YUV 94.31 85.5 134.91 -
System Red Green Blue C M Y K H S L
Decimal 104 104 19 0 0 0.82 0.59 60 0.69 0.24
Hex 68 68 13 0 0 52 3B 3C 45 18
Octal 150 150 23 0 0 122 73 74 105 30
Binary 1101000 1101000 10011 0 0 1010010 111011 111100 1000101 11000

Color Harmonies of #686813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686813

Black with #686813

Text Example


Text Example

White with #686813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686813; }

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

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

background-color css

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

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

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

border-color css

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

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

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