Html Css Color HEX #686B1F Fiji Green

📋 copy color: '#686B1F'

red 104 ◦ green 107 ◦ blue 31

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

Shades of Fiji Green #686B1F

Tints of Fiji Green #686B1F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.21%

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

R = 42.98%
G = 44.21%
B = 12.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#686B1F (or 0x686B1F) is known color: Fiji Green. HEX triplet: 68, 6B and 1F. RGB value is (104,107,31). Sum of RGB (Red+Green+Blue) = 104+107+31=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #686B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686B1F is #9794E0. Grayscale: #616161. Windows color (decimal): -9934049 or 2059112. OLE color: 2059112.

HSL color Cylindrical-coordinate representation of color #686B1F: hue angle of 62.37º 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 #686B1F is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 107 31 -
CMYK 0.03 0 0.71 0.58
HSL 62.37º 0.55% 0.27% -
HSV(B) 62.37º 0.71% 0.42% -
XYZ 11.21 13.56 3.32 -
YUV 97.44 90.51 132.68 -
System Red Green Blue C M Y K H S L
Decimal 104 107 31 0.03 0 0.71 0.58 62.37 0.55 0.27
Hex 68 6B 1F 3 0 47 3A 3E 37 1B
Octal 150 153 37 3 0 107 72 76 67 33
Binary 1101000 1101011 11111 11 0 1000111 111010 111110 110111 11011

Color Harmonies of #686B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B1F

Black with #686B1F

Text Example


Text Example

White with #686B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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