Html Css Color HEX #686A1E Fiji Green

📋 copy color: '#686A1E'

red 104 ◦ green 106 ◦ blue 30

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

Shades of Fiji Green #686A1E

Tints of Fiji Green #686A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.5%

R = 43.33%
G = 44.17%
B = 12.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#686A1E (or 0x686A1E) is known color: Fiji Green. HEX triplet: 68, 6A and 1E. RGB value is (104,106,30). Sum of RGB (Red+Green+Blue) = 104+106+30=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #686A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686A1E is #9795E1. Grayscale: #616161. Windows color (decimal): -9934306 or 1993320. OLE color: 1993320.

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

Color convert

RGB 104 106 30 -
CMYK 0.02 0 0.72 0.58
HSL 61.58º 0.56% 0.27% -
HSV(B) 61.58º 0.72% 0.42% -
XYZ 11.1 13.34 3.22 -
YUV 96.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 104 106 30 0.02 0 0.72 0.58 61.58 0.56 0.27
Hex 68 6A 1E 2 0 48 3A 3E 38 1B
Octal 150 152 36 2 0 110 72 76 70 33
Binary 1101000 1101010 11110 10 0 1001000 111010 111110 111000 11011

Color Harmonies of #686A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A1E

Black with #686A1E

Text Example


Text Example

White with #686A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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