Html Css Color HEX #686208 Fiji Green

📋 copy color: '#686208'

red 104 ◦ green 98 ◦ blue 8

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

Shades of Fiji Green #686208

Tints of Fiji Green #686208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.67%

 BLUE value IS 8 (3.52% from 255) = 3.81%

R = 49.52%
G = 46.67%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#686208 (or 0x686208) is known color: Fiji Green. HEX triplet: 68, 62 and 08. RGB value is (104,98,8). Sum of RGB (Red+Green+Blue) = 104+98+8=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #686208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686208 is #979DF7. Grayscale: #595959. Windows color (decimal): -9936376 or 549480. OLE color: 549480.

HSL color Cylindrical-coordinate representation of color #686208: hue angle of 56.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #686208 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 98 8 -
CMYK 0 0.06 0.92 0.59
HSL 56.25º 0.86% 0.22% -
HSV(B) 56.25º 0.92% 0.41% -
XYZ 10.12 11.7 1.95 -
YUV 89.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 104 98 8 0 0.06 0.92 0.59 56.25 0.86 0.22
Hex 68 62 8 0 6 5C 3B 38 56 16
Octal 150 142 10 0 6 134 73 70 126 26
Binary 1101000 1100010 1000 0 110 1011100 111011 111000 1010110 10110

Color Harmonies of #686208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686208

Black with #686208

Text Example


Text Example

White with #686208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686208; }

 p { color: rgb(104,98,8); }

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

background-color css

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

 a { background-color: rgb(104,98,8); }

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

border-color css

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

 span { border-color: rgb(104,98,8); }

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