Html Css Color HEX #686A0D Fiji Green

📋 copy color: '#686A0D'

red 104 ◦ green 106 ◦ blue 13

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

Shades of Fiji Green #686A0D

Tints of Fiji Green #686A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 46.64%
G = 47.53%
B = 5.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#686A0D (or 0x686A0D) is known color: Fiji Green. HEX triplet: 68, 6A and 0D. RGB value is (104,106,13). Sum of RGB (Red+Green+Blue) = 104+106+13=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 106 - color contains mainly: green. Hex color #686A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686A0D is #9795F2. Grayscale: #5F5F5F. Windows color (decimal): -9934323 or 879208. OLE color: 879208.

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

Color convert

RGB 104 106 13 -
CMYK 0.02 0 0.88 0.58
HSL 61.29º 0.78% 0.23% -
HSV(B) 61.29º 0.88% 0.42% -
XYZ 10.94 13.28 2.37 -
YUV 94.8 81.84 134.56 -
System Red Green Blue C M Y K H S L
Decimal 104 106 13 0.02 0 0.88 0.58 61.29 0.78 0.23
Hex 68 6A D 2 0 58 3A 3D 4E 17
Octal 150 152 15 2 0 130 72 75 116 27
Binary 1101000 1101010 1101 10 0 1011000 111010 111101 1001110 10111

Color Harmonies of #686A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A0D

Black with #686A0D

Text Example


Text Example

White with #686A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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