Html Css Color HEX #686A1F Fiji Green

📋 copy color: '#686A1F'

red 104 ◦ green 106 ◦ blue 31

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

Shades of Fiji Green #686A1F

Tints of Fiji Green #686A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.98%

 BLUE value IS 31 (12.5% from 255) = 12.86%

R = 43.15%
G = 43.98%
B = 12.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#686A1F (or 0x686A1F) is known color: Fiji Green. HEX triplet: 68, 6A and 1F. RGB value is (104,106,31). Sum of RGB (Red+Green+Blue) = 104+106+31=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #686A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686A1F is #9795E0. Grayscale: #616161. Windows color (decimal): -9934305 or 2058856. OLE color: 2058856.

HSL color Cylindrical-coordinate representation of color #686A1F: hue angle of 61.6º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #686A1F is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 106 31 -
CMYK 0.02 0 0.71 0.58
HSL 61.6º 0.55% 0.27% -
HSV(B) 61.6º 0.71% 0.42% -
XYZ 11.11 13.35 3.29 -
YUV 96.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 104 106 31 0.02 0 0.71 0.58 61.6 0.55 0.27
Hex 68 6A 1F 2 0 47 3A 3E 37 1B
Octal 150 152 37 2 0 107 72 76 67 33
Binary 1101000 1101010 11111 10 0 1000111 111010 111110 110111 11011

Color Harmonies of #686A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A1F

Black with #686A1F

Text Example


Text Example

White with #686A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,106,31); }

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

background-color css

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

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

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

border-color css

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

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

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