Html Css Color HEX #686C0C Fiji Green

📋 copy color: '#686C0C'

red 104 ◦ green 108 ◦ blue 12

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

Shades of Fiji Green #686C0C

Tints of Fiji Green #686C0C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 48.21%

 BLUE value IS 12 (5.08% from 255) = 5.36%

R = 46.43%
G = 48.21%
B = 5.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#686C0C (or 0x686C0C) is known color: Fiji Green. HEX triplet: 68, 6C and 0C. RGB value is (104,108,12). Sum of RGB (Red+Green+Blue) = 104+108+12=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 108 - color contains mainly: green. Hex color #686C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686C0C is #9793F3. Grayscale: #606060. Windows color (decimal): -9933812 or 814184. OLE color: 814184.

HSL color Cylindrical-coordinate representation of color #686C0C: hue angle of 62.5º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #686C0C is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 108 12 -
CMYK 0.04 0 0.89 0.58
HSL 62.5º 0.8% 0.24% -
HSV(B) 62.5º 0.89% 0.42% -
XYZ 11.14 13.69 2.4 -
YUV 95.86 80.67 133.81 -
System Red Green Blue C M Y K H S L
Decimal 104 108 12 0.04 0 0.89 0.58 62.5 0.8 0.24
Hex 68 6C C 4 0 59 3A 3F 50 18
Octal 150 154 14 4 0 131 72 77 120 30
Binary 1101000 1101100 1100 100 0 1011001 111010 111111 1010000 11000

Color Harmonies of #686C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C0C

Black with #686C0C

Text Example


Text Example

White with #686C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,108,12); }

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

background-color css

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

 a { background-color: rgb(104,108,12); }

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

border-color css

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

 span { border-color: rgb(104,108,12); }

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