Html Css Color HEX #686716 Fiji Green

📋 copy color: '#686716'

red 104 ◦ green 103 ◦ blue 22

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

Shades of Fiji Green #686716

Tints of Fiji Green #686716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.98%

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 45.41%
G = 44.98%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#686716 (or 0x686716) is known color: Fiji Green. HEX triplet: 68, 67 and 16. RGB value is (104,103,22). Sum of RGB (Red+Green+Blue) = 104+103+22=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #686716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686716 is #9798E9. Grayscale: #5E5E5E. Windows color (decimal): -9935082 or 1468264. OLE color: 1468264.

HSL color Cylindrical-coordinate representation of color #686716: hue angle of 59.27º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #686716 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 103 22 -
CMYK 0 0.01 0.79 0.59
HSL 59.27º 0.65% 0.25% -
HSV(B) 59.27º 0.79% 0.41% -
XYZ 10.7 12.7 2.65 -
YUV 94.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 104 103 22 0 0.01 0.79 0.59 59.27 0.65 0.25
Hex 68 67 16 0 1 4F 3B 3B 41 19
Octal 150 147 26 0 1 117 73 73 101 31
Binary 1101000 1100111 10110 0 1 1001111 111011 111011 1000001 11001

Color Harmonies of #686716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686716

Black with #686716

Text Example


Text Example

White with #686716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686716; }

 p { color: rgb(104,103,22); }

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

background-color css

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

 a { background-color: rgb(104,103,22); }

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

border-color css

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

 span { border-color: rgb(104,103,22); }

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