Html Css Color HEX #686D12 Fiji Green

📋 copy color: '#686D12'

red 104 ◦ green 109 ◦ blue 18

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

Shades of Fiji Green #686D12

Tints of Fiji Green #686D12

RGB

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

 GREEN value IS 109 (42.97% from 255) = 47.19%

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 45.02%
G = 47.19%
B = 7.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#686D12 (or 0x686D12) is known color: Fiji Green. HEX triplet: 68, 6D and 12. RGB value is (104,109,18). Sum of RGB (Red+Green+Blue) = 104+109+18=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 109 - color contains mainly: green. Hex color #686D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686D12 is #9792ED. Grayscale: #616161. Windows color (decimal): -9933550 or 1207656. OLE color: 1207656.

HSL color Cylindrical-coordinate representation of color #686D12: hue angle of 63.3º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #686D12 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 109 18 -
CMYK 0.05 0 0.83 0.57
HSL 63.3º 0.72% 0.25% -
HSV(B) 63.3º 0.83% 0.43% -
XYZ 11.29 13.92 2.66 -
YUV 97.13 83.34 132.9 -
System Red Green Blue C M Y K H S L
Decimal 104 109 18 0.05 0 0.83 0.57 63.3 0.72 0.25
Hex 68 6D 12 5 0 53 39 3F 48 19
Octal 150 155 22 5 0 123 71 77 110 31
Binary 1101000 1101101 10010 101 0 1010011 111001 111111 1001000 11001

Color Harmonies of #686D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D12

Black with #686D12

Text Example


Text Example

White with #686D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,109,18); }

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

background-color css

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

 a { background-color: rgb(104,109,18); }

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

border-color css

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

 span { border-color: rgb(104,109,18); }

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