Html Css Color HEX #686510 Fiji Green

📋 copy color: '#686510'

red 104 ◦ green 101 ◦ blue 16

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

Shades of Fiji Green #686510

Tints of Fiji Green #686510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.7%

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 47.06%
G = 45.7%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#686510 (or 0x686510) is known color: Fiji Green. HEX triplet: 68, 65 and 10. RGB value is (104,101,16). Sum of RGB (Red+Green+Blue) = 104+101+16=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #686510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686510 is #979AEF. Grayscale: #5C5C5C. Windows color (decimal): -9935600 or 1074536. OLE color: 1074536.

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

Color convert

RGB 104 101 16 -
CMYK 0 0.03 0.85 0.59
HSL 57.95º 0.73% 0.24% -
HSV(B) 57.95º 0.85% 0.41% -
XYZ 10.46 12.29 2.31 -
YUV 92.21 84.99 136.41 -
System Red Green Blue C M Y K H S L
Decimal 104 101 16 0 0.03 0.85 0.59 57.95 0.73 0.24
Hex 68 65 10 0 3 55 3B 3A 49 18
Octal 150 145 20 0 3 125 73 72 111 30
Binary 1101000 1100101 10000 0 11 1010101 111011 111010 1001001 11000

Color Harmonies of #686510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686510

Black with #686510

Text Example


Text Example

White with #686510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686510; }

 p { color: rgb(104,101,16); }

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

background-color css

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

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

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

border-color css

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

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

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